This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / irda / irsysctl.c
index cdcb320..995f4e1 100644 (file)
@@ -78,11 +78,11 @@ static int min_lap_keepalive_time = 100;    /* 100us */
  * us on that - Jean II */
 
 static int do_devname(ctl_table *table, int write, struct file *filp,
-                     void __user *buffer, size_t *lenp, loff_t *ppos)
+                     void __user *buffer, size_t *lenp)
 {
        int ret;
 
-       ret = proc_dostring(table, write, filp, buffer, lenp, ppos);
+       ret = proc_dostring(table, write, filp, buffer, lenp);
        if (ret == 0 && write) {
                struct ias_value *val;