diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index a18f4cb8e1fbb5c932c0727a8718ff01e2276a19..d7535b47bf1097f5c88c72cc7d1d8ab17b0b2e45 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c @@ -2810,8 +2810,8 @@ static const struct of_device_id of_sci_match[] = { }; MODULE_DEVICE_TABLE(of, of_sci_match); -static struct plat_sci_port * -sci_parse_dt(struct platform_device *pdev, unsigned int *dev_id) +static struct plat_sci_port *sci_parse_dt(struct platform_device *pdev, + unsigned int *dev_id) { struct device_node *np = pdev->dev.of_node; const struct of_device_id *match;