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 |
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"
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(-)