From 981b7ae9ad9b3a9ccb83a7be6cfc57a05f61185f Mon Sep 17 00:00:00 2001 From: Gargi Sharma Date: Wed, 8 Mar 2017 22:37:03 +0530 Subject: [PATCH] staging: greybus: Remove unneeded header file module.h contains a call to moduleparam.h making the call to it redundant and useless. @ includesmodule @ @@ #include @ depends on includesmodule @ @@ - #include Signed-off-by: Gargi Sharma Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/gbphy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/greybus/gbphy.c b/drivers/staging/greybus/gbphy.c index 64a1eb9..603de6f 100644 --- a/drivers/staging/greybus/gbphy.c +++ b/drivers/staging/greybus/gbphy.c @@ -11,7 +11,6 @@ #include #include -#include #include #include #include -- 2.7.4