Generic HDLC - remove now unneeded hdlc_device_desc
[safe/jmp/linux-2.6] / drivers / net / wan / hdlc_raw.c
index e23bc66..bbbb819 100644 (file)
@@ -82,7 +82,7 @@ static int raw_ioctl(struct net_device *dev, struct ifreq *ifr)
                if (result)
                        return result;
 
-               result = attach_hdlc_protocol(dev, &proto, NULL,
+               result = attach_hdlc_protocol(dev, &proto,
                                              sizeof(raw_hdlc_proto));
                if (result)
                        return result;