diff mbox series

[v5,3/7] serial: 8250_em: Drop unused header file

Message ID 20230227114152.22265-4-biju.das.jz@bp.renesas.com
State New
Headers show
Series Update Renesas {EMMA mobile, RZ/V2M} UART Port type | expand

Commit Message

Biju Das Feb. 27, 2023, 11:41 a.m. UTC
Drop unused header file slab.h from the driver.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
v4->v5:
 * Updated commit header and description.
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 mbox series

Patch

diff --git a/drivers/tty/serial/8250/8250_em.c b/drivers/tty/serial/8250/8250_em.c
index 17c0aa424df8..045a2110b5c5 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"