diff options
Diffstat (limited to 'drivers/isdn/i4l/isdn_ppp.c')
-rw-r--r-- | drivers/isdn/i4l/isdn_ppp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/i4l/isdn_ppp.c b/drivers/isdn/i4l/isdn_ppp.c index a5da511e3c9a..61ac63237446 100644 --- a/drivers/isdn/i4l/isdn_ppp.c +++ b/drivers/isdn/i4l/isdn_ppp.c | |||
@@ -634,7 +634,7 @@ isdn_ppp_ioctl(int min, struct file *file, unsigned int cmd, unsigned long arg) | |||
634 | #ifdef CONFIG_IPPP_FILTER | 634 | #ifdef CONFIG_IPPP_FILTER |
635 | case PPPIOCSPASS: | 635 | case PPPIOCSPASS: |
636 | { | 636 | { |
637 | struct sock_fprog fprog; | 637 | struct sock_fprog_kern fprog; |
638 | struct sock_filter *code; | 638 | struct sock_filter *code; |
639 | int err, len = get_filter(argp, &code); | 639 | int err, len = get_filter(argp, &code); |
640 | 640 | ||
@@ -653,7 +653,7 @@ isdn_ppp_ioctl(int min, struct file *file, unsigned int cmd, unsigned long arg) | |||
653 | } | 653 | } |
654 | case PPPIOCSACTIVE: | 654 | case PPPIOCSACTIVE: |
655 | { | 655 | { |
656 | struct sock_fprog fprog; | 656 | struct sock_fprog_kern fprog; |
657 | struct sock_filter *code; | 657 | struct sock_filter *code; |
658 | int err, len = get_filter(argp, &code); | 658 | int err, len = get_filter(argp, &code); |
659 | 659 | ||