From: Paul Gortmaker Date: Fri, 1 May 2015 01:47:42 +0000 (-0400) Subject: drivers/net: include for modular stmmac_platform code X-Git-Tag: v4.1-rc4~26^2~45 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0e9fc503a0d6c9d74ca5b6d1aaf87febbbd9b06;p=karo-tx-linux.git drivers/net: include for modular stmmac_platform code This file is built off of a tristate Kconfig option and also contains modular function calls so it should explicitly include module.h to avoid compile breakage during header shuffles done in the future. Cc: Giuseppe Cavallaro Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c index 705bbdf93940..68aec5c460db 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c @@ -23,6 +23,7 @@ *******************************************************************************/ #include +#include #include #include #include