From: Arend van Spriel Date: Mon, 15 Aug 2011 13:34:24 +0000 (+0200) Subject: staging: brcm80211: remove mips specific include from dma.c X-Git-Tag: next-20110824~7^2~143 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a87602e075126c9a7acad7ba999a40837f966e54;p=karo-tx-linux.git staging: brcm80211: remove mips specific include from dma.c The include 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 Reviewed-by: Pieter-Paul Giesberts Tested-by: Jonas Gorski Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/brcm80211/brcmsmac/dma.c b/drivers/staging/brcm80211/brcmsmac/dma.c index aa4d9cf905ac..bda36c705093 100644 --- a/drivers/staging/brcm80211/brcmsmac/dma.c +++ b/drivers/staging/brcm80211/brcmsmac/dma.c @@ -18,10 +18,6 @@ #include #include -#if defined(__mips__) -#include -#endif - #include #include #include "types.h"