]> git.baikalelectronics.ru Git - kernel.git/commit
staging: greybus: Remove unneeded header file
authorGargi Sharma <gs051095@gmail.com>
Wed, 8 Mar 2017 17:07:03 +0000 (22:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Mar 2017 13:57:02 +0000 (14:57 +0100)
commit68899fe6cadc61b252c8d867d6b42a60997d7278
tree6f0e01b99ceb6b777b241085397e308b0e46a20e
parente92279e33945496cd0609e6478d092232640242b
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>
drivers/staging/greybus/gbphy.c