projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a937262
)
Changed condition for including <asm/bug.h>.
author
Ian Abbott
<abbotti@mev.co.uk>
Fri, 11 Apr 2008 11:16:41 +0000
(11:16 +0000)
committer
Ian Abbott
<abbotti@mev.co.uk>
Fri, 11 Apr 2008 11:16:41 +0000
(11:16 +0000)
include/linux/kref.h
patch
|
blob
|
history
diff --git
a/include/linux/kref.h
b/include/linux/kref.h
index e939abd91b6c7279dc66a0e07470be9c395203b4..f0febfa0b352fb8c9852dad2d252325fb5d87a92 100644
(file)
--- a/
include/linux/kref.h
+++ b/
include/linux/kref.h
@@
-59,7
+59,7
@@
static inline int kref_put(struct kref *kref,
#include_next <linux/kref.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,
12
)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,
9
)
#include <asm/bug.h>
#endif