staging: brcm80211: remove mips specific include from dma.c

The include <asm/addrspace.h> has been removed as it is not
needed. None of the definitions from it are used in the source
file.

Tested on BCM63281.

Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Tested-by: Jonas Gorski <jonas.gorski@gmail.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Arend van Spriel
2011-08-15 15:34:24 +02:00
committed by Greg Kroah-Hartman
parent d745a84504
commit a87602e075

View File

@@ -18,10 +18,6 @@
#include <linux/delay.h>
#include <linux/pci.h>
#if defined(__mips__)
#include <asm/addrspace.h>
#endif
#include <brcmu_utils.h>
#include <aiutils.h>
#include "types.h"