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:
30b4649
)
compat: define struct va_format introduced in v2.6.36
author
Kshitij Kulshreshtha
<kkhere.geo@gmail.com>
Sun, 1 Aug 2010 22:02:51 +0000
(
00:02
+0200)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 2 Aug 2010 18:01:52 +0000
(11:01 -0700)
Signed-off-by: Kshitij Kulshreshtha <kkhere.geo@gmail.com>
include/linux/compat-2.6.36.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.36.h
b/include/linux/compat-2.6.36.h
index 03071080874cc1f2db4366b9149e3d57d730a81e..b14c772727786b67bd79f3313e5a20b08a2a381e 100644
(file)
--- a/
include/linux/compat-2.6.36.h
+++ b/
include/linux/compat-2.6.36.h
@@
-8,6
+8,11
@@
#define kparam_block_sysfs_write(a)
#define kparam_unblock_sysfs_write(a)
+struct va_format {
+ const char *fmt;
+ va_list *va;
+};
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)) */
#endif /* LINUX_26_36_COMPAT_H */