linux/drivers/net
Linus Torvalds 268bb0ce3e sanitize <linux/prefetch.h> usage
Commit e66eed651f ("list: remove prefetching from regular list
iterators") removed the include of prefetch.h from list.h, which
uncovered several cases that had apparently relied on that rather
obscure header file dependency.

So this fixes things up a bit, using

   grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]')
   grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')

to guide us in finding files that either need <linux/prefetch.h>
inclusion, or have it despite not needing it.

There are more of them around (mostly network drivers), but this gets
many core ones.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-05-20 12:50:29 -07:00
..
appletalk appletalk: remove the BKL 2011-03-05 10:55:57 +01:00
arcnet
arm ARM: RiscPC: etherh: fix section mismatches 2011-05-06 08:14:57 +01:00
atl1c atl1c: Fix work event interrupt/task races 2011-04-21 21:04:32 -07:00
atl1e Fix common misspellings 2011-03-31 11:26:23 -03:00
atlx Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 2011-04-07 11:14:49 -07:00
benet be2net: Fixed bugs related to PVID. 2011-05-09 11:51:04 -07:00
bna bna: fix memory leak during RX path cleanup 2011-04-14 13:39:45 -07:00
bnx2x bnx2x: fix UDP csum offload 2011-04-23 15:13:17 -07:00
bonding bonding,llc: Fix structure sizeof incompatibility for some PDUs 2011-05-13 15:13:24 -04:00
caif Fix common misspellings 2011-03-31 11:26:23 -03:00
can drivercore: revert addition of of_match to struct device 2011-05-18 12:32:23 -06:00
chelsio Fix common misspellings 2011-03-31 11:26:23 -03:00
cris Fix common misspellings 2011-03-31 11:26:23 -03:00
cxgb3 Fix common misspellings 2011-03-31 11:26:23 -03:00
cxgb4 Fix common misspellings 2011-03-31 11:26:23 -03:00
cxgb4vf Fix common misspellings 2011-03-31 11:26:23 -03:00
e1000 Fix common misspellings 2011-03-31 11:26:23 -03:00
e1000e Fix common misspellings 2011-03-31 11:26:23 -03:00
ehea sanitize <linux/prefetch.h> usage 2011-05-20 12:50:29 -07:00
enic enic: Support newer version of firmware devcmd CMD_MCPU_FW_INFO 2011-03-14 14:49:29 -07:00
fs_enet drivercore: revert addition of of_match to struct device 2011-05-18 12:32:23 -06:00
hamradio Fix common misspellings 2011-03-31 11:26:23 -03:00
ibm_newemac Fix common misspellings 2011-03-31 11:26:23 -03:00
igb Fix common misspellings 2011-03-31 11:26:23 -03:00
igbvf Fix common misspellings 2011-03-31 11:26:23 -03:00
irda Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 2011-04-07 11:14:49 -07:00
ixgb ixgb: convert to new VLAN model 2011-03-11 01:16:23 -08:00
ixgbe ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu() 2011-05-07 22:51:00 -07:00
ixgbevf Fix common misspellings 2011-03-31 11:26:23 -03:00
ixp2000
mlx4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2011-04-11 07:27:24 -07:00
myri10ge Fix common misspellings 2011-03-31 11:26:23 -03:00
netxen netxen: limit skb frags for non tso packet 2011-04-11 13:15:57 -07:00
octeon
pch_gbe pch_gbe: support ML7223 IOH 2011-05-09 12:45:28 -07:00
pcmcia Fix common misspellings 2011-03-31 11:26:23 -03:00
phy Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 2011-04-07 11:14:49 -07:00
qlcnic qlcnic: limit skb frags for non tso packet 2011-04-13 11:53:11 -07:00
qlge Fix common misspellings 2011-03-31 11:26:23 -03:00
sfc sfc: Fix oops in register dump after mapping change 2011-05-16 15:05:23 -04:00
skfp Fix common misspellings 2011-03-31 11:26:23 -03:00
stmmac stmmac: fix Transmit Underflow error 2011-04-11 12:55:48 -07:00
tile tile on-chip network driver: sync up with latest fixes 2011-03-10 13:18:12 -05:00
tokenring net: fix tranmitted/tranmitting typo 2011-04-11 13:15:56 -07:00
tulip Fix common misspellings 2011-03-31 11:26:23 -03:00
usb net/usb: mark LG VL600 LTE modem ethernet interface as WWAN 2011-05-10 15:03:50 -07:00
vmxnet3 vmxnet3: Fix inconsistent LRO state after initialization 2011-05-16 15:05:23 -04:00
vxge Fix common misspellings 2011-03-31 11:26:23 -03:00
wan Fix common misspellings 2011-03-31 11:26:23 -03:00
wimax Fix common misspellings 2011-03-31 11:26:23 -03:00
wireless Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 2011-05-11 19:13:08 -04:00
xen-netback xen network backend driver 2011-03-15 19:38:03 -07:00
3c59x.c Fix common misspellings 2011-03-31 11:26:23 -03:00
3c501.c Fix common misspellings 2011-03-31 11:26:23 -03:00
3c501.h
3c503.c
3c503.h
3c505.c
3c505.h
3c507.c
3c509.c
3c515.c
3c523.c Fix common misspellings 2011-03-31 11:26:23 -03:00
3c523.h
3c527.c Fix common misspellings 2011-03-31 11:26:23 -03:00
3c527.h
7990.c
7990.h
8139cp.c
8139too.c
8390.c
8390.h
8390p.c
82596.c
a2065.c drivers/net/a2065.c: Convert release_resource to release_region/release_mem_region 2011-03-23 14:10:37 -07:00
a2065.h
ac3200.c
acenic.c sanitize <linux/prefetch.h> usage 2011-05-20 12:50:29 -07:00
acenic.h
amd8111e.c amd8111e: trivial typo spelling: Negotitate -> Negotiate 2011-05-02 14:42:55 -07:00
amd8111e.h
apne.c
ariadne.c drivers/net/ariadne.c: Convert release_resource to release_region/release_mem_region 2011-03-23 14:10:36 -07:00
ariadne.h
at1700.c Fix common misspellings 2011-03-31 11:26:23 -03:00
atarilance.c m68k/atari: Do not use "/" in interrupt names 2011-05-19 18:19:10 +02:00
atp.c
atp.h
au1000_eth.c
au1000_eth.h
ax88796.c
b44.c
b44.h
bcm63xx_enet.c Fix common misspellings 2011-03-31 11:26:23 -03:00
bcm63xx_enet.h
bfin_mac.c netdev: bfin_mac: document TE setting in RMII modes 2011-03-28 22:26:34 -07:00
bfin_mac.h
bmac.c
bmac.h
bnx2_fw.h
bnx2.c bnx2: cancel timer on device removal 2011-04-29 12:32:35 -07:00
bnx2.h bnx2: Update firmware and version 2011-03-14 15:00:12 -07:00
bsd_comp.c
cassini.c Fix common misspellings 2011-03-31 11:26:23 -03:00
cassini.h Fix common misspellings 2011-03-31 11:26:23 -03:00
cnic_defs.h
cnic_if.h
cnic.c ipv6: Convert to use flowi6 where applicable. 2011-03-12 15:08:54 -08:00
cnic.h
cpmac.c
cs89x0.c CS89x0: Add networking support for QQ2440 2011-03-14 16:49:28 -07:00
cs89x0.h
davinci_cpdma.c net: davinci_emac:Fix translation logic for buffer descriptor 2011-03-22 19:25:05 -07:00
davinci_cpdma.h net: davinci_emac:Fix translation logic for buffer descriptor 2011-03-22 19:25:05 -07:00
davinci_emac.c Fix common misspellings 2011-03-31 11:26:23 -03:00
davinci_mdio.c
de600.c
de600.h
de620.c
de620.h
declance.c
defxx.c
defxx.h
depca.c
depca.h
dl2k.c
dl2k.h
dm9000.c drivers: Final irq namespace conversion 2011-03-29 14:48:19 +02:00
dm9000.h
dnet.c
dnet.h
dummy.c
e100.c
e2100.c
eepro.c
eexpress.c
eexpress.h
enc28j60_hw.h Fix common misspellings 2011-03-31 11:26:23 -03:00
enc28j60.c
epic100.c
eql.c
es3210.c
eth16i.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ethoc.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ewrk3.c
ewrk3.h
fealnx.c
fec_mpc52xx_phy.c
fec_mpc52xx.c
fec_mpc52xx.h
fec.c
fec.h Fix common misspellings 2011-03-31 11:26:23 -03:00
forcedeth.c Fix common misspellings 2011-03-31 11:26:23 -03:00
fsl_pq_mdio.c
fsl_pq_mdio.h
ftmac100.c net: ftmac100: fix scheduling while atomic during PHY link status change 2011-04-29 12:41:59 -07:00
ftmac100.h
gianfar_ethtool.c
gianfar_sysfs.c
gianfar.c gianfar: Fall back to software tcp/udp checksum on older controllers 2011-03-18 15:12:14 -07:00
gianfar.h Fix common misspellings 2011-03-31 11:26:23 -03:00
greth.c
greth.h
hamachi.c
hp100.c Fix common misspellings 2011-03-31 11:26:23 -03:00
hp100.h Fix common misspellings 2011-03-31 11:26:23 -03:00
hp-plus.c
hp.c
hplance.c
hplance.h
hydra.c hydra: Fix regression caused during net_device_ops conversion 2011-05-12 16:59:57 -04:00
ibmlana.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ibmlana.h Fix common misspellings 2011-03-31 11:26:23 -03:00
ibmveth.c
ibmveth.h
ifb.c
ioc3-eth.c
ipg.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ipg.h
iseries_veth.c
jazzsonic.c
jme.c Net / jme: Do not use legacy PCI power management 2011-03-27 23:35:04 -07:00
jme.h
Kconfig MIPS: Lantiq: Add ethernet driver 2011-05-19 09:55:43 +01:00
korina.c
ks8842.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ks8851_mll.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ks8851.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ks8851.h
ksz884x.c net: use CHECKSUM_NONE instead of magic number 2011-03-27 23:35:05 -07:00
lance.c
lantiq_etop.c MIPS: Lantiq: Add ethernet driver 2011-05-19 09:55:43 +01:00
lasi_82596.c
lib8390.c Fix common misspellings 2011-03-31 11:26:23 -03:00
lib82596.c
LICENSE.SRC
ll_temac_main.c
ll_temac_mdio.c
ll_temac.h
lne390.c
loopback.c ip6_pol_route panic: Do not allow VLAN on loopback 2011-04-17 23:27:16 -07:00
lp486e.c Fix common misspellings 2011-03-31 11:26:23 -03:00
mac89x0.c
mac8390.c
macb.c
macb.h
mace.c
mace.h
macmace.c
macsonic.c
macvlan.c macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu() 2011-05-07 22:51:01 -07:00
macvtap.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2011-03-10 14:26:00 -08:00
Makefile MIPS: Lantiq: Add ethernet driver 2011-05-19 09:55:43 +01:00
mdio.c
meth.c
meth.h Fix common misspellings 2011-03-31 11:26:23 -03:00
mii.c mii: add support of pause frames in mii_get_an 2011-04-29 13:57:32 -07:00
mipsnet.c
mv643xx_eth.c
mvme147.c
myri_sbus.c Fix common misspellings 2011-03-31 11:26:23 -03:00
myri_sbus.h
natsemi.c net/natsami: store MAC into perm_addr 2011-04-12 14:56:00 -07:00
ne2.c
ne2k-pci.c
ne3210.c
ne-h8300.c ne-h8300: Fix regression caused during net_device_ops conversion 2011-05-12 16:59:57 -04:00
ne.c
netconsole.c netconsole: fix deadlock when removing net driver that netconsole is using (v2) 2011-04-22 14:33:51 -07:00
netx-eth.c
ni52.c
ni52.h
ni65.c
ni65.h
ni5010.c
ni5010.h
niu.c niu: Rename NIU parent platform device name to fix conflict. 2011-03-19 23:06:33 -07:00
niu.h
ns83820.c Fix common misspellings 2011-03-31 11:26:23 -03:00
pasemi_mac_ethtool.c
pasemi_mac.c
pasemi_mac.h
pci-skeleton.c Fix common misspellings 2011-03-31 11:26:23 -03:00
pcnet32.c Fix common misspellings 2011-03-31 11:26:23 -03:00
plip.c
ppp_async.c
ppp_deflate.c zlib: slim down zlib_deflate() workspace when possible 2011-03-22 17:44:17 -07:00
ppp_generic.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ppp_mppe.c
ppp_mppe.h
ppp_synctty.c Fix common misspellings 2011-03-31 11:26:23 -03:00
pppoe.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2011-04-11 07:27:24 -07:00
pppox.c
pptp.c ipv4: Create and use route lookup helpers. 2011-03-12 15:08:42 -08:00
ps3_gelic_net.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ps3_gelic_net.h Fix common misspellings 2011-03-31 11:26:23 -03:00
ps3_gelic_wireless.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ps3_gelic_wireless.h
pxa168_eth.c Fix common misspellings 2011-03-31 11:26:23 -03:00
qla3xxx.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2011-03-18 10:37:40 -07:00
qla3xxx.h Fix common misspellings 2011-03-31 11:26:23 -03:00
r6040.c Fix common misspellings 2011-03-31 11:26:23 -03:00
r8169.c r8169: don't request firmware when there's no userspace. 2011-04-24 17:42:57 +02:00
rionet.c rapidio: modify subsystem and driver initialization sequence 2011-03-23 19:46:42 -07:00
rrunner.c
rrunner.h
s2io-regs.h
s2io.c Fix common misspellings 2011-03-31 11:26:23 -03:00
s2io.h Fix common misspellings 2011-03-31 11:26:23 -03:00
s6gmac.c
sb1000.c
sb1250-mac.c
sc92031.c
seeq8005.c
seeq8005.h
sgiseeq.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sgiseeq.h
sh_eth.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sh_eth.h net: sh_eth: modify the PHY_INTERFACE_MODE 2011-03-14 14:10:15 -07:00
sis190.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sis900.c net/sis900: store MAC into perm_addr for SiS 900, 630E, 635 and 96x variants 2011-04-12 14:56:00 -07:00
sis900.h
skge.c
skge.h Fix common misspellings 2011-03-31 11:26:23 -03:00
sky2.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sky2.h Fix common misspellings 2011-03-31 11:26:23 -03:00
slhc.c
slip.c NET: slip, fix ldisc->open retval 2011-05-09 11:53:07 -07:00
slip.h
smc91x.c
smc91x.h Fix common misspellings 2011-03-31 11:26:23 -03:00
smc911x.c
smc911x.h
smc9194.c
smc9194.h
smc-mca.c
smc-ultra32.c
smc-ultra.c
smsc911x.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2011-04-11 07:27:24 -07:00
smsc911x.h
smsc9420.c Fix common misspellings 2011-03-31 11:26:23 -03:00
smsc9420.h
sni_82596.c
sonic.c
sonic.h
Space.c
spider_net_ethtool.c
spider_net.c
spider_net.h
starfire.c starfire: clean up dma_addr_t size test 2011-04-01 20:10:08 -07:00
stnic.c
sun3_82586.c
sun3_82586.h
sun3lance.c
sunbmac.c
sunbmac.h Fix common misspellings 2011-03-31 11:26:23 -03:00
sundance.c
sungem_phy.c
sungem_phy.h
sungem.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sungem.h Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2011-03-18 10:37:40 -07:00
sunhme.c drivercore: revert addition of of_match to struct device 2011-05-18 12:32:23 -06:00
sunhme.h Fix common misspellings 2011-03-31 11:26:23 -03:00
sunlance.c
sunqe.c
sunqe.h
sunvnet.c
sunvnet.h
tc35815.c Fix common misspellings 2011-03-31 11:26:23 -03:00
tehuti.c Fix common misspellings 2011-03-31 11:26:23 -03:00
tehuti.h Fix common misspellings 2011-03-31 11:26:23 -03:00
tg3.c tg3: Fix failure to enable WoL by default when possible 2011-05-02 15:44:17 -07:00
tg3.h Fix common misspellings 2011-03-31 11:26:23 -03:00
tlan.c
tlan.h
tsi108_eth.c
tsi108_eth.h Fix common misspellings 2011-03-31 11:26:23 -03:00
tun.c
typhoon.c Fix common misspellings 2011-03-31 11:26:23 -03:00
typhoon.h
ucc_geth_ethtool.c
ucc_geth.c
ucc_geth.h Fix common misspellings 2011-03-31 11:26:23 -03:00
veth.c Revert: veth: remove unneeded ifname code from veth_newlink() 2011-05-02 15:54:31 -07:00
via-rhine.c Fix common misspellings 2011-03-31 11:26:23 -03:00
via-velocity.c Fix common misspellings 2011-03-31 11:26:23 -03:00
via-velocity.h
virtio_net.c
wd.c
xen-netfront.c xen network backend driver 2011-03-15 19:38:03 -07:00
xilinx_emaclite.c Fix common misspellings 2011-03-31 11:26:23 -03:00
xtsonic.c
yellowfin.c
znet.c Fix common misspellings 2011-03-31 11:26:23 -03:00
zorro8390.c zorro8390: Fix regression caused during net_device_ops conversion 2011-05-12 16:59:57 -04:00