Skip to content

Commit

Permalink
staging: brcm80211: remove mips specific include from dma.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent d745a84 commit a87602e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/brcm80211/brcmsmac/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a87602e

Please sign in to comment.