linux-uconsole/drivers/net/wan
Florian Fainelli c56a0fd7b6 ixp4xx_hss: fix build failure due to missing linux/module.h inclusion
[ Upstream commit 0b836ddde1 ]

Commit 36a1211970 (netprio_cgroup.h:
dont include module.h from other includes) made the following build
error on ixp4xx_hss pop up:

  CC [M]  drivers/net/wan/ixp4xx_hss.o
 drivers/net/wan/ixp4xx_hss.c:1412:20: error: expected ';', ',' or ')'
 before string constant
 drivers/net/wan/ixp4xx_hss.c:1413:25: error: expected ';', ',' or ')'
 before string constant
 drivers/net/wan/ixp4xx_hss.c:1414:21: error: expected ';', ',' or ')'
 before string constant
 drivers/net/wan/ixp4xx_hss.c:1415:19: error: expected ';', ',' or ')'
 before string constant
 make[8]: *** [drivers/net/wan/ixp4xx_hss.o] Error 1

This was previously hidden because ixp4xx_hss includes linux/hdlc.h which
includes linux/netdevice.h which includes linux/netprio_cgroup.h which
used to include linux/module.h. The real issue was actually present since
the initial commit that added this driver since it uses macros from
linux/module.h without including this file.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-13 05:28:05 +09:00
..
lmc Fix common misspellings 2011-03-31 11:26:23 -03:00
.gitignore
c101.c
cosa.c Fix common misspellings 2011-03-31 11:26:23 -03:00
cosa.h
cycx_drv.c
cycx_main.c
cycx_x25.c
dlci.c net: call dev_alloc_name from register_netdevice 2011-05-05 10:57:45 -07:00
dscc4.c Fix common misspellings 2011-03-31 11:26:23 -03:00
farsync.c farsync: add module_put to error path in fst_open() 2011-06-17 15:27:32 -04:00
farsync.h
hd64570.c
hd64570.h
hd64572.c
hd64572.h
hdlc.c
hdlc_cisco.c
hdlc_fr.c net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared 2011-08-15 18:31:38 -07:00
hdlc_ppp.c
hdlc_raw.c
hdlc_raw_eth.c
hdlc_x25.c
hostess_sv11.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ixp4xx_hss.c ixp4xx_hss: fix build failure due to missing linux/module.h inclusion 2012-10-13 05:28:05 +09:00
Kconfig
lapbether.c net: call dev_alloc_name from register_netdevice 2011-05-05 10:57:45 -07:00
Makefile
n2.c
pc300-falc-lh.h
pc300.h
pc300_drv.c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 2011-05-26 13:19:00 -07:00
pc300_tty.c
pc300too.c
pci200syn.c
sbni.c
sbni.h
sdla.c
sealevel.c
wanxl.c
wanxl.h
wanxlfw.inc_shipped
wanxlfw.S
x25_asy.c Revert "tty: make receive_buf() return the amout of bytes received" 2011-06-04 06:33:24 +09:00
x25_asy.h
z85230.c Fix common misspellings 2011-03-31 11:26:23 -03:00
z85230.h