staging: brcm80211: Remove abstractions for pci_(un)map_single
authorBrett Rudley <brudley@broadcom.com>
Fri, 25 Feb 2011 15:39:09 +0000 (16:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 02:13:36 +0000 (18:13 -0800)
commit9010c46c3722d37befaf3d6e0d5024293efa3074
treec44a3aaeb955042b00068bda3ed27de6b199388a
parent2d586ea6de0ffe3e119ed0f1d4cb0adeb6874cbc
staging: brcm80211: Remove abstractions for pci_(un)map_single

The driver had abstracted DMA mapping functions. As abstraction
is not required for the linux driver, these have been removed
and replaced by native linux functions.

Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/include/osl.h
drivers/staging/brcm80211/util/hnddma.c
drivers/staging/brcm80211/util/linux_osl.c