summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/legacy.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-02-12 16:08:29 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-02-15 14:53:43 -0800
commite82a11dcbd37f0b5596d08636859b372713d4460 (patch)
tree6d5aaf50c87c63ba4653d1dba3340ecc12c0e827 /drivers/staging/greybus/legacy.c
parent512cc327625651260b2ba885b63cf2cf14ff54d1 (diff)
greybus: loopback: convert to bundle driver
Convert the legacy loopback protocol driver to a bundle driver. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/legacy.c')
-rw-r--r--drivers/staging/greybus/legacy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/legacy.c b/drivers/staging/greybus/legacy.c
index 23ea45879d25..63597f7ac52a 100644
--- a/drivers/staging/greybus/legacy.c
+++ b/drivers/staging/greybus/legacy.c
@@ -246,7 +246,6 @@ static const struct greybus_bundle_id legacy_id_table[] = {
{ GREYBUS_DEVICE_CLASS(GREYBUS_CLASS_SPI) },
{ GREYBUS_DEVICE_CLASS(GREYBUS_CLASS_CAMERA) },
{ GREYBUS_DEVICE_CLASS(GREYBUS_CLASS_LIGHTS) },
- { GREYBUS_DEVICE_CLASS(GREYBUS_CLASS_LOOPBACK) },
{ }
};
MODULE_DEVICE_TABLE(greybus, legacy_id_table);