From: Christoph Hellwig Date: Mon, 24 Jul 2006 22:30:28 +0000 (-0700) Subject: [NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKB X-Git-Tag: v2.6.18-rc3~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37182d1bd3264cf9c0dce3408bee48af0755de7e;p=pandora-kernel.git [NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKB skbuff.h has an #ifndef CONFIG_HAVE_ARCH_DEV_ALLOC_SKB to allow architectures to reimplement __dev_alloc_skb. It's not set on any architecture and now that we have an architecture-overrideable NET_SKB_PAD there is not point at all to have one either. Signed-off-by: Christoph Hellwig Signed-off-by: David S. Miller --- Reading git-diff-tree failed