patch-2.3.14 linux/include/linux/fddidevice.h

Next file: linux/include/linux/firewall.h
Previous file: linux/include/linux/fd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/include/linux/fddidevice.h linux/include/linux/fddidevice.h
@@ -26,14 +26,14 @@
 
 #ifdef __KERNEL__
 extern int		fddi_header(struct sk_buff *skb,
-				    struct device *dev,
+				    struct net_device *dev,
 				    unsigned short type,
 				    void *daddr,
 				    void *saddr,
 				    unsigned len);
 extern int		fddi_rebuild_header(struct sk_buff *skb);
 extern unsigned short	fddi_type_trans(struct sk_buff *skb,
-				struct device *dev);
+				struct net_device *dev);
 #endif
 
 #endif	/* _LINUX_FDDIDEVICE_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)