On Sun, Aug 1, 2010 at 3:02 PM, Kshitij Kulshreshtha <kkhere.geo@xxxxxxxxx> wrote: > Signed-off-by: Kshitij Kulshreshtha <kkhere.geo@xxxxxxxxx> > --- > 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 */ I'll apply this for now but what caller uses this for example? Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html