]> git.karo-electronics.de Git - linux-beck.git/commit
drivers/net: include <module.h> for modular stmmac_platform code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 May 2015 01:47:42 +0000 (21:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 03:40:09 +0000 (23:40 -0400)
commitf0e9fc503a0d6c9d74ca5b6d1aaf87febbbd9b06
treec93d222764e327b4989991478e1fab93f16c1662
parentc0adf54a10903b59037a4c5fcb933dfeeb7b2624
drivers/net: include <module.h> 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 <peppe.cavallaro@st.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c