projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9c4d7
)
greybus: uart-gb.c: don't include module.h
author
Greg Kroah-Hartman
<greg@kroah.com>
Thu, 11 Dec 2014 22:10:52 +0000
(17:10 -0500)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Fri, 12 Dec 2014 00:53:59 +0000
(19:53 -0500)
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>
drivers/staging/greybus/uart-gb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/uart-gb.c
b/drivers/staging/greybus/uart-gb.c
index
fad8635
..
8599da2
100644
(file)
--- 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"