summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-11 22:10:52 (GMT)
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-12 00:53:59 (GMT)
commit3763f960a497fed19666dfd3366e28d6bc12b2c2 (patch)
treed9a850b2b1b641f9721ea5870b947bfb0939dc18
parent0a9c4d70d372a85252c00a94cd45622b657397be (diff)
downloadlinux-3763f960a497fed19666dfd3366e28d6bc12b2c2.tar.xz
greybus: uart-gb.c: don't include module.h
No need to specifically include the greybus module.h here, greybus.h already does so and we will be renaming it soon. Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-rw-r--r--drivers/staging/greybus/uart-gb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/uart-gb.c b/drivers/staging/greybus/uart-gb.c
index fad8635..8599da2 100644
--- a/drivers/staging/greybus/uart-gb.c
+++ b/drivers/staging/greybus/uart-gb.c
@@ -28,7 +28,6 @@
#include <linux/kdev_t.h>
#include "greybus.h"
-#include "module.h"
#define GB_NUM_MINORS 255 /* 255 is enough for anyone... */
#define GB_NAME "ttyGB"