hamradio: use ndo_siocdevprivate
[sfrench/cifs-2.6.git] / include / linux / hdlcdrv.h
index d4d633a49d36f37817d09dd56b0bcf8251336767..5d70c3f98f5b29fec9f888eb675e6685842c0761 100644 (file)
@@ -79,7 +79,7 @@ struct hdlcdrv_ops {
         */
        int (*open)(struct net_device *);
        int (*close)(struct net_device *);
-       int (*ioctl)(struct net_device *, struct ifreq *, 
+       int (*ioctl)(struct net_device *, void __user *,
                     struct hdlcdrv_ioctl *, int);
 };