From 8aae36cdf12313cd9cc0e4799fe1ea64d3c623f3 Mon Sep 17 00:00:00 2001 From: Daniel Morsing Date: Wed, 27 Jul 2011 13:53:28 +0200 Subject: [PATCH] staging: brcm80211: Fix double include introduced by bad merge A merge with Linus' tree added a double include of linux/interrupt.h. Fix by removing one of the includes. Signed-off-by: Daniel Morsing Signed-off-by: Linus Torvalds --- drivers/staging/brcm80211/brcmsmac/mac80211_if.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/brcm80211/brcmsmac/mac80211_if.h b/drivers/staging/brcm80211/brcmsmac/mac80211_if.h index 5711e7c16b5..40e3d375ea9 100644 --- a/drivers/staging/brcm80211/brcmsmac/mac80211_if.h +++ b/drivers/staging/brcm80211/brcmsmac/mac80211_if.h @@ -24,8 +24,6 @@ #define BRCMS_SET_SHORTSLOT_OVERRIDE 146 -#include - /* BMAC Note: High-only driver is no longer working in softirq context as it needs to block and * sleep so perimeter lock has to be a semaphore instead of spinlock. This requires timers to be * submitted to workqueue instead of being on kernel timer -- 2.41.0