DragonFly BSD
DragonFly commits List (threaded) for 2010-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Remove the inclusion of <machine/bus_at386.h> from some WLAN drivers.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Apr 2010 08:38:50 -0700 (PDT)

commit e8ef572ad9d63dc96078bb4600a7ee63f6b05a58
Author: Sascha Wildner <saw@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]