]> 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)
commitfe09b156eef5c790424a490f6fe8904467288147
treec93d222764e327b4989991478e1fab93f16c1662
parent34eea6d2f15db06c73b28de671c8ca1c4375d766
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