OSDN Git Service

greybus: uart-gb.c: don't include module.h
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 11 Dec 2014 22:10:52 +0000 (17:10 -0500)
committerGreg 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

index fad8635..8599da2 100644 (file)
@@ -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"