[NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKB
authorChristoph Hellwig <hch@lst.de>
Mon, 24 Jul 2006 22:30:28 +0000 (15:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2006 22:30:28 +0000 (15:30 -0700)
commit37182d1bd3264cf9c0dce3408bee48af0755de7e
tree80d83a04deb7e4da9b733d49d7a6e6422c5b166c
parent6c753c3d3be0f8d1b570ec5720ad1bb4caf8232b
[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 <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h