diff options
Diffstat (limited to 'net/atm/resources.h')
-rw-r--r-- | net/atm/resources.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/resources.h b/net/atm/resources.h index 1d004aaaeec1..126fb1840dfb 100644 --- a/net/atm/resources.h +++ b/net/atm/resources.h | |||
@@ -13,7 +13,7 @@ | |||
13 | extern struct list_head atm_devs; | 13 | extern struct list_head atm_devs; |
14 | extern struct mutex atm_dev_mutex; | 14 | extern struct mutex atm_dev_mutex; |
15 | 15 | ||
16 | int atm_dev_ioctl(unsigned int cmd, void __user *arg); | 16 | int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat); |
17 | 17 | ||
18 | 18 | ||
19 | #ifdef CONFIG_PROC_FS | 19 | #ifdef CONFIG_PROC_FS |