Remove the inclusion of <machine/bus_at386.h> from some WLAN drivers.
authorSascha Wildner <saw@online.de>
Thu, 15 Apr 2010 15:37:49 +0000 (17:37 +0200)
committerSascha Wildner <saw@online.de>
Thu, 15 Apr 2010 15:38:30 +0000 (17:38 +0200)
commite8ef572ad9d63dc96078bb4600a7ee63f6b05a58
tree552458290dbbe3059bc415ba5e200b6a2066b865
parent91d6b5e71e0440a4c20c07429c753e0c65d40f2f
Remove the inclusion of <machine/bus_at386.h> from some WLAN drivers.

This file exists only on i386. Including it is not needed at all since
<sys/bus.h> on i386 already brings it in (via <machine/bus_dma.h>) and
also does the right thing in x86_64.

This fixes module building on x86_64.
sys/dev/netif/ath/ath/if_ath.c
sys/dev/netif/ath/ath/if_ath_pci.c
sys/dev/netif/ath/hal/ah_osdep.h
sys/dev/netif/ral/if_ral_pci.c
sys/dev/netif/ral/rt2560.c
sys/dev/netif/ral/rt2661.c
sys/dev/netif/wi/if_wi.c
sys/dev/netif/wi/if_wi_pccard.c
sys/dev/netif/wi/if_wi_pci.c