]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/etherdevice.h
[NET]: Kill eth_copy_and_sum().
[mirror_ubuntu-artful-kernel.git] / include / linux / etherdevice.h
index 071c67abed86163d37d82b149ee5c52588de3a0b..f48eb89efd0fd36efc176c11ce0ec1c036606ecc 100644 (file)
@@ -40,12 +40,6 @@ extern int           eth_header_cache(struct neighbour *neigh,
                                         struct hh_cache *hh);
 
 extern struct net_device *alloc_etherdev(int sizeof_priv);
-static inline void eth_copy_and_sum (struct sk_buff *dest, 
-                                    const unsigned char *src, 
-                                    int len, int base)
-{
-       memcpy (dest->data, src, len);
-}
 
 /**
  * is_zero_ether_addr - Determine if give Ethernet address is all zeros.