projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54040b9
)
change rfkill backport for RFKILL_TYPE_FM
author
Johannes Berg
<johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:56:41 +0000
(13:56 +0200)
committer
Johannes Berg
<johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:56:41 +0000
(13:56 +0200)
RFKILL_TYPE_FM was only added in kernel 2.6.33.
Maybe we should just always add rfkill?
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
compat/include/linux/rfkill.h
patch
|
blob
|
history
diff --git
a/compat/include/linux/rfkill.h
b/compat/include/linux/rfkill.h
index 1666cdb39734bd568b52972db4c0dbeded68726e..da236b26e6680b2340a1231f613d12275cb7e62d 100644
(file)
--- a/
compat/include/linux/rfkill.h
+++ b/
compat/include/linux/rfkill.h
@@
-1,7
+1,7
@@
#ifndef __COMPAT_RFKILL_H
#define __COMPAT_RFKILL_H
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,3
2
))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,3
3
))
#include_next <linux/rfkill.h>
#else
#include <linux/rfkill_backport.h>