git: Remove the inclusion of <machine/bus_at386.h> from some WLAN drivers.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Apr 15 08:40:12 PDT 2010
commit e8ef572ad9d63dc96078bb4600a7ee63f6b05a58
Author: Sascha Wildner <saw at online.de>
Date: Thu Apr 15 17:37:49 2010 +0200
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.
Summary of changes:
sys/dev/netif/ath/ath/if_ath.c | 2 --
sys/dev/netif/ath/ath/if_ath_pci.c | 2 --
sys/dev/netif/ath/hal/ah_osdep.h | 4 +---
sys/dev/netif/ral/if_ral_pci.c | 2 --
sys/dev/netif/ral/rt2560.c | 2 --
sys/dev/netif/ral/rt2661.c | 2 --
sys/dev/netif/wi/if_wi.c | 1 -
sys/dev/netif/wi/if_wi_pccard.c | 2 --
sys/dev/netif/wi/if_wi_pci.c | 2 --
9 files changed, 1 insertions(+), 18 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e8ef572ad9d63dc96078bb4600a7ee63f6b05a58
--
DragonFly BSD source repository
More information about the Commits
mailing list