projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e14ffbb
)
converted some left over irq.h to spinlock.h
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 8 Apr 2001 22:08:09 +0000
(22:08 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 8 Apr 2001 22:08:09 +0000
(22:08 +0000)
include/linux/spinlock.h
patch
|
blob
|
history
diff --git
a/include/linux/spinlock.h
b/include/linux/spinlock.h
index 693138925fb1b727f3ac947e85ab1f0d9af0d1dd..aa71cbf738f0c034454e1d5de5b9af090a5cc3f2 100644
(file)
--- a/
include/linux/spinlock.h
+++ b/
include/linux/spinlock.h
@@
-10,11
+10,11
@@
#if LINUX_VERSION_CODE < 0x020300
#include <asm/spinlock.h>
#else
-#include_next <linux/
irq
.h>
+#include_next <linux/
spinlock
.h>
#endif
-#endif /* _COMPAT_
IRQ
_H */
+#endif /* _COMPAT_
SPINLOCK
_H */