Commit 3763f960 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 0a9c4d70
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment