From: David S. Miller Date: Tue, 10 Feb 2009 07:45:29 +0000 (-0800) Subject: net: Kill skbuff macros from the stone ages. X-Git-Tag: firefly_0821_release~15237^2~753 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d54e6d872767ae6512978f86a35d623a8ed948c5;p=firefly-linux-kernel-4.4.55.git net: Kill skbuff macros from the stone ages. This kills of HAVE_ALLOC_SKB and HAVE_ALIGNABLE_SKB. Nothing in-tree uses them and nothing in-tree has used them since 2.0.x times. Signed-off-by: David S. Miller --- diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 5eba4007e07f..924700844580 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -29,9 +29,6 @@ #include #include -#define HAVE_ALLOC_SKB /* For the drivers to know */ -#define HAVE_ALIGNABLE_SKB /* Ditto 8) */ - /* Don't change this without changing skb_csum_unnecessary! */ #define CHECKSUM_NONE 0 #define CHECKSUM_UNNECESSARY 1