Signed-off-by: Arnaud Lacombe <lacombar@xxxxxxxxx> --- include/linux/compat-2.6.32.h | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/include/linux/compat-2.6.32.h b/include/linux/compat-2.6.32.h index 873ae3d..3b9915e 100644 --- a/include/linux/compat-2.6.32.h +++ b/include/linux/compat-2.6.32.h @@ -99,6 +99,30 @@ struct dev_pm_ops name = { \ #define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) +#define proc_dostring(table, write, buff, lenp, ppos) \ + ({ proc_dostring(table, write, NULL, buff, lenp, ppos); }) + +#define proc_dointvec(table, write, buff, lenp, ppos) \ + ({ proc_dointvec(table, write, NULL, buff, lenp, ppos); }) + +#define proc_dointvec_minmax(table, write, buff, lenp, ppos) \ + ({ proc_dointvec_minmax(table, write, NULL, buff, lenp, ppos); }) + +#define proc_dointvec_jiffies(table, write, buff, lenp, ppos) \ + ({ proc_dointvec_jiffies(table, write, NULL, buff, lenp, ppos); }) + +#define proc_dointvec_userhz_jiffies(table, write, buff, lenp, ppos) \ + ({ proc_dointvec_userhz_jiffies(table, write, NULL, buff, lenp, ppos); }) + +#define proc_dointvec_ms_jiffies(table, write, buff, lenp, ppos) \ + ({ proc_dointvec_ms_jiffies(table, write, NULL, buff, lenp, ppos); }) + +#define proc_doulongvec_minmax(table, write, buff, lenp, ppos) \ + ({ proc_doulongvec_minmax(table, write, NULL, buff, lenp, ppos); }) + +#define proc_doulongvec_ms_jiffies_minmax(table, write, buff, lenp, ppos) \ + ({ proc_doulongvec_ms_jiffies_minmax(table, write, NULL, buff, lenp, ppos); }) + #define lockdep_assert_held(l) do { } while (0) #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)) */ -- 1.7.2.30.gc37d7.dirty -- 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