>From bdef632249fa2a76c516f83aceb6c74afb3418fc Mon Sep 17 00:00:00 2001 From: Kshitij Kulshreshtha Date: Thu, 29 Jul 2010 15:16:37 +0200 Subject: struct va_format has been added first in 2.6.36 Signed-off-by: Kshitij Kulshreshtha --- include/linux/compat-2.6.36.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/linux/compat-2.6.36.h b/include/linux/compat-2.6.36.h index 0307108..b14c772 100644 --- 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 */ -- 1.7.1