]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/atm/pvc.c
atm: 32-bit ioctl compatibility
[linux-2.6-omap-h63xx.git] / net / atm / pvc.c
index 43e8bf5ed0019ceceea7737bf7edbe983c4d8892..e1d22d9430dd2c0b40469d134b82ab7ad5942bc8 100644 (file)
@@ -113,6 +113,9 @@ static const struct proto_ops pvc_proto_ops = {
        .getname =      pvc_getname,
        .poll =         vcc_poll,
        .ioctl =        vcc_ioctl,
+#ifdef CONFIG_COMPAT
+       .compat_ioctl = vcc_compat_ioctl,
+#endif
        .listen =       sock_no_listen,
        .shutdown =     pvc_shutdown,
        .setsockopt =   pvc_setsockopt,