sysctl: pass kernel pointers to ->proc_handler
[linux-block.git] / include / linux / timer.h
index 0dc19a8c39c9e49a7cde3d34bfa4be8871cbc1c2..07910ae5ddd9768357445abb2ca627ec62bcbd78 100644 (file)
@@ -201,8 +201,7 @@ struct ctl_table;
 
 extern unsigned int sysctl_timer_migration;
 int timer_migration_handler(struct ctl_table *table, int write,
-                           void __user *buffer, size_t *lenp,
-                           loff_t *ppos);
+                           void *buffer, size_t *lenp, loff_t *ppos);
 #endif
 
 unsigned long __round_jiffies(unsigned long j, int cpu);