Skip to content

Commit 981b7ae

Browse files
gs0510gregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 285d02a commit 981b7ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/staging/greybus/gbphy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#include <linux/types.h>
1313
#include <linux/module.h>
14-
#include <linux/moduleparam.h>
1514
#include <linux/kernel.h>
1615
#include <linux/slab.h>
1716
#include <linux/device.h>

0 commit comments

Comments
 (0)