patch-2.3.41 linux/include/linux/etherdevice.h

Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/cyclomx.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/include/linux/etherdevice.h linux/include/linux/etherdevice.h
@@ -24,7 +24,6 @@
 #ifndef _LINUX_ETHERDEVICE_H
 #define _LINUX_ETHERDEVICE_H
 
-#include <linux/config.h>
 #include <linux/if_ether.h>
 
 #ifdef __KERNEL__
@@ -41,7 +40,7 @@
 					 unsigned char *haddr);
 extern struct net_device	* init_etherdev(struct net_device *, int);
 
-#ifdef CONFIG_IP_ROUTER
+#if 1 /*def CONFIG_IP_ROUTER*/
 static __inline__ void eth_copy_and_sum (struct sk_buff *dest, unsigned char *src, int len, int base)
 {
     memcpy (dest->data, src, len);

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