summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/uart.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2016-02-28 14:42:54 -0800
committerGreg Kroah-Hartman <gregkh@google.com>2016-03-03 13:52:02 -0800
commitc7b07265046b5db56778dc8c2cfc9056413ec5ba (patch)
treec9351cf4892a8aeecfdfdaf2110a4f36a631095c /drivers/staging/greybus/uart.c
parent3522a09fa7df45b49c27997b419a20d9dcff8919 (diff)
downloadlinux-c7b07265046b5db56778dc8c2cfc9056413ec5ba.tar.gz
linux-c7b07265046b5db56778dc8c2cfc9056413ec5ba.tar.xz
greybus: gpbridge.h: move protocol init/exit prototypes
Create gpbridge.h for the gpbridge-specific function prototypes, the rest of the greybus drivers don't care about them. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Diffstat (limited to 'drivers/staging/greybus/uart.c')
-rw-r--r--drivers/staging/greybus/uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/uart.c b/drivers/staging/greybus/uart.c
index 0685cdcb510d..d169c55b4552 100644
--- a/drivers/staging/greybus/uart.c
+++ b/drivers/staging/greybus/uart.c
@@ -29,6 +29,7 @@
#include <linux/kdev_t.h>
#include "greybus.h"
+#include "gpbridge.h"
#define GB_NUM_MINORS 16 /* 16 is is more than enough */
#define GB_NAME "ttyGB"