diff options
author | Gargi Sharma <gs051095@gmail.com> | 2017-03-08 22:37:03 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-09 14:57:02 +0100 |
commit | 981b7ae9ad9b3a9ccb83a7be6cfc57a05f61185f (patch) | |
tree | 6f0e01b99ceb6b777b241085397e308b0e46a20e /drivers/staging/greybus/gbphy.c | |
parent | 285d02a18c5932a06e52d8f68809915469e8afa2 (diff) | |
download | linux-981b7ae9ad9b3a9ccb83a7be6cfc57a05f61185f.tar.gz linux-981b7ae9ad9b3a9ccb83a7be6cfc57a05f61185f.tar.bz2 linux-981b7ae9ad9b3a9ccb83a7be6cfc57a05f61185f.zip |
staging: greybus: Remove unneeded header file
module.h contains a call to moduleparam.h making the call to it
redundant and useless.
@ includesmodule @
@@
#include <linux/module.h>
@ depends on includesmodule @
@@
- #include <linux/moduleparam.h>
Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus/gbphy.c')
-rw-r--r-- | drivers/staging/greybus/gbphy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/gbphy.c b/drivers/staging/greybus/gbphy.c index 64a1eb93ec96..603de6f21fd1 100644 --- a/drivers/staging/greybus/gbphy.c +++ b/drivers/staging/greybus/gbphy.c @@ -11,7 +11,6 @@ #include <linux/types.h> #include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/device.h> |