staging: brcm80211: nicpci.c: replace osl based PCI calls with native linux pci calls
authorBrett Rudley <brudley@broadcom.com>
Wed, 17 Nov 2010 01:41:15 +0000 (17:41 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 17 Nov 2010 21:08:28 +0000 (13:08 -0800)
Get rid of the private PCI access routines and replace with standard calls from linux/pci.h in nicpci.c

(The private versions are still used in siutils.c... for now)

Signed-off-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found