diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:10:01 +0000 |
---|---|---|
committer | Andy Green <andy@openmoko.com> | 2008-11-19 17:10:01 +0000 |
commit | 7850a27c0220bfbcebb29d256d403d66750ed98d (patch) | |
tree | 0efa5ff5c342b9e200428d30a14b3af8997aed60 | |
parent | 8f57bcdbb1b4f438d2b72ae528db03cc8b6c5a22 (diff) |
tracking-2.6.27-rc1-asm-semaphore-gone.patch
Signed-off-by: Andy Green <andy@openmoko.com>
-rw-r--r-- | include/linux/sdio/ctsystem_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sdio/ctsystem_linux.h b/include/linux/sdio/ctsystem_linux.h index c9e44f20175..cdfe67082d2 100644 --- a/include/linux/sdio/ctsystem_linux.h +++ b/include/linux/sdio/ctsystem_linux.h @@ -69,7 +69,7 @@ #include <linux/interrupt.h> #include <linux/pnp.h> #include <asm/hardirq.h> -#include <asm/semaphore.h> +#include <linux/semaphore.h> #include <asm/io.h> #include <asm/scatterlist.h> #ifdef DBG_TIMESTAMP |