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:
285d02a
)
staging: greybus: Remove unneeded header file
author
Gargi Sharma
<gs051095@gmail.com>
Wed, 8 Mar 2017 17:07:03 +0000
(22:37 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:57:02 +0000
(14:57 +0100)
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>
drivers/staging/greybus/gbphy.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/gbphy.c
b/drivers/staging/greybus/gbphy.c
index 64a1eb93ec9669f9d805ac184b65bece9460c28b..603de6f21fd119b16f84d82257f6216ec29c58bc 100644
(file)
--- 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>