[POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c
[sfrench/cifs-2.6.git] / drivers / net / fs_enet / fs_enet.h
index baf6477165af182450adb1cad6037456676ef416..e05389c49bbb141e253bbeed681fe763aec7a2a8 100644 (file)
@@ -12,7 +12,7 @@
 #include <asm/fs_pd.h>
 
 #ifdef CONFIG_CPM1
-#include <asm/commproc.h>
+#include <asm/cpm1.h>
 
 struct fec_info {
        fec_t __iomem *fecp;
@@ -75,6 +75,7 @@ struct phy_info {
 struct fs_enet_private {
        struct napi_struct napi;
        struct device *dev;     /* pointer back to the device (must be initialized first) */
+       struct net_device *ndev;
        spinlock_t lock;        /* during all ops except TX pckt processing */
        spinlock_t tx_lock;     /* during fs_start_xmit and fs_tx         */
        struct fs_platform_info *fpi;