From b19ef75c56e9c90151f3db9715d78e57fac37979 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Mon, 4 Mar 2013 15:28:16 +0800 Subject: [PATCH] serial: sh-sci: OF definitions need linux/of.h Build fix for missing of.h include. Signed-off-by: Paul Mundt --- drivers/tty/serial/sh-sci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index ba2c72ee3409..e3847cc2d995 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c @@ -52,6 +52,7 @@ #include #include #include +#include #ifdef CONFIG_SUPERH #include -- 2.39.2