patch-2.3.18 linux/net/atm/mpc.h

Next file: linux/net/atm/proc.c
Previous file: linux/net/atm/lec.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.17/linux/net/atm/mpc.h linux/net/atm/mpc.h
@@ -4,7 +4,7 @@
 #include <linux/atm.h>
 #include <linux/atmmpc.h>
 #include <linux/skbuff.h>
-#include <asm/spinlock.h>
+#include <linux/spinlock.h>
 #include "mpoa_caches.h"
 
 /* kernel -> mpc-daemon */
@@ -16,7 +16,7 @@
 
 struct mpoa_client {
         struct mpoa_client *next;
-        struct net_device *dev;          /* lec in question                     */
+        struct net_device *dev;      /* lec in question                     */
         int dev_num;                 /* e.g. 2 for lec2                     */
         int (*old_hard_start_xmit)(struct sk_buff *skb, struct net_device *dev);
         struct atm_vcc *mpoad_vcc;   /* control channel to mpoad            */

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