mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 05:31:17 -04:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user