summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2014-10-20 10:02:56 +0200
committerGreg Kroah-Hartman2014-10-20 10:02:56 +0200
commit42d4a22d6b8e66f1e4d08a643429dbe5321eb458 (patch)
tree9e1f0446526dad940c66468778b84d2496b24ac6 /drivers/staging/greybus/operation.c
parentgreybus: battery: some hooking up to the greybus core (diff)
downloadkernel-qcow2-linux-42d4a22d6b8e66f1e4d08a643429dbe5321eb458.tar.gz
kernel-qcow2-linux-42d4a22d6b8e66f1e4d08a643429dbe5321eb458.tar.xz
kernel-qcow2-linux-42d4a22d6b8e66f1e4d08a643429dbe5321eb458.zip
greybus: add LED protocol numbers
Diffstat (limited to 'drivers/staging/greybus/operation.c')
-rw-r--r--drivers/staging/greybus/operation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c
index 4639212a96da..1176c97261c9 100644
--- a/drivers/staging/greybus/operation.c
+++ b/drivers/staging/greybus/operation.c
@@ -166,6 +166,7 @@ static gb_operation_recv_handler gb_operation_recv_handlers[] = {
[GREYBUS_PROTOCOL_UART] = NULL,
[GREYBUS_PROTOCOL_HID] = NULL,
[GREYBUS_PROTOCOL_BATTERY] = gb_operation_recv_none,
+ [GREYBUS_PROTOCOL_LED] = NULL,
[GREYBUS_PROTOCOL_VENDOR] = NULL,
};