Re: [PATCH] net: skbuff.h: drop unneeded <linux/slab.h>

From: David Miller
Date: Mon Jun 04 2018 - 17:02:26 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Date: Sat, 2 Jun 2018 21:40:19 -0700

> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> <linux/skbuff.h> does not use nor need <linux/slab.h>, so drop this
> header file from skbuff.h.
>
> <linux/skbuff.h> is currently #included in around 1200 C source and
> header files, making it the 31st most-used header file.
>
> Build tested [allmodconfig] on 20 arch-es.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Applied, thanks Randy.