From b7c1dee728954a1e4c233fe73ec8441ab2b5dbbd Mon Sep 17 00:00:00 2001 From: Jun Nakajima Date: Thu, 31 Oct 2002 20:05:02 -0800 Subject: [PATCH] fixes for building kernel 2.5.45 using Intel compiler I like Alan's idea: IGNLABEL("HmacRxAccepted") --- include/linux/mtd/compatmac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/mtd') diff --git a/include/linux/mtd/compatmac.h b/include/linux/mtd/compatmac.h index 9c9a2276f57e..e5ddc3d408f8 100644 --- a/include/linux/mtd/compatmac.h +++ b/include/linux/mtd/compatmac.h @@ -193,6 +193,7 @@ static inline int try_inc_mod_count(struct module *mod) #define spin_lock_bh(lock) do {start_bh_atomic();spin_lock(lock);} while(0) #define spin_unlock_bh(lock) do {spin_unlock(lock);end_bh_atomic();} while(0) #else +#include #include #include #endif -- cgit v1.2.3