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)
commit981b7ae9ad9b3a9ccb83a7be6cfc57a05f61185f
tree6f0e01b99ceb6b777b241085397e308b0e46a20e
parent285d02a18c5932a06e52d8f68809915469e8afa2
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