Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d54e6d87 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 4b53b361
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -29,9 +29,6 @@
#include <linux/dmaengine.h>
#include <linux/dmaengine.h>
#include <linux/hrtimer.h>
#include <linux/hrtimer.h>


#define HAVE_ALLOC_SKB		/* For the drivers to know */
#define HAVE_ALIGNABLE_SKB	/* Ditto 8)		   */

/* Don't change this without changing skb_csum_unnecessary! */
/* Don't change this without changing skb_csum_unnecessary! */
#define CHECKSUM_NONE 0
#define CHECKSUM_NONE 0
#define CHECKSUM_UNNECESSARY 1
#define CHECKSUM_UNNECESSARY 1