This patch removes the unused header file slab.h. Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> --- v4: * Split from patch#1 * Removed the unused header file slab.h. --- drivers/tty/serial/8250/8250_em.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250_em.c b/drivers/tty/serial/8250/8250_em.c index 785153d8502d..7bbf206ff476 100644 --- a/drivers/tty/serial/8250/8250_em.c +++ b/drivers/tty/serial/8250/8250_em.c @@ -13,7 +13,6 @@ #include <linux/serial_reg.h> #include <linux/platform_device.h> #include <linux/clk.h> -#include <linux/slab.h> #include "8250.h" -- 2.25.1