converted some left over irq.h to spinlock.h
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 8 Apr 2001 22:08:09 +0000 (22:08 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 8 Apr 2001 22:08:09 +0000 (22:08 +0000)
include/linux/spinlock.h

index 693138925fb1b727f3ac947e85ab1f0d9af0d1dd..aa71cbf738f0c034454e1d5de5b9af090a5cc3f2 100644 (file)
 #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 */