repo.or.cz
/
davej-history.git
/
blobdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
inline
|
side by side
Import 2.3.18pre1
[davej-history.git]
/
include
/
asm-sh
/
semaphore.h
diff --git
a/include/asm-sh/semaphore.h
b/include/asm-sh/semaphore.h
index
2a9c0a0
..
4164b78
100644
(file)
--- a/
include/asm-sh/semaphore.h
+++ b/
include/asm-sh/semaphore.h
@@
-12,9
+12,10
@@
*
*/
+#include <linux/spinlock.h>
+
#include <asm/system.h>
#include <asm/atomic.h>
-#include <asm/spinlock.h>
struct semaphore {
atomic_t count;