diff options
author | David Lin <dtwlin@google.com> | 2016-05-20 14:33:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2016-05-20 16:47:30 -0700 |
commit | 428888a2b672444dbab9bb5127b7f583ab58ff2f (patch) | |
tree | f85caa0f796718671973468eae919c7de5336582 /drivers/staging/greybus/greybus.h | |
parent | 68b66c28010ebc2ebe21d6bad2de2eda1bed01fc (diff) |
greybus: legacy: remove legacy driver support
This patch removes the greybus legacy driver support
Signed-off-by: David Lin <dtwlin@google.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-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/greybus.h')
-rw-r--r-- | drivers/staging/greybus/greybus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h index f5447e7592e9..e0b194c097a8 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -32,7 +32,6 @@ #include "interface.h" #include "bundle.h" #include "connection.h" -#include "protocol.h" #include "operation.h" |