]> 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)
commit160428150aeeda85e3a389d953c580a55833ab15
tree6f0e01b99ceb6b777b241085397e308b0e46a20e
parent76eee5bb9d6ff35eb8ddf3b46669d7c0045b6e99
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