]> git.baikalelectronics.ru Git - kernel.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)
commit32e3f3aee73f3dbcbea27be169da41fffc6f2c35
treec93d222764e327b4989991478e1fab93f16c1662
parent4d69efad648252174c52edb8be4be3d8fb9f2732
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