From 15f09a1a834b125ed4a6102eac96186da0641541 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Thu, 28 Mar 2019 11:01:23 +0800 Subject: rockchip: use 'arch-rockchip' as header file path Rockchip use 'arch-rockchip' instead of arch-$(SOC) as common header file path, so that we can get the correct path directly. Signed-off-by: Kever Yang Reviewed-by: Philipp Tomsich --- drivers/sound/rockchip_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/sound') diff --git a/drivers/sound/rockchip_sound.c b/drivers/sound/rockchip_sound.c index e7fb9fb164..a092dbc445 100644 --- a/drivers/sound/rockchip_sound.c +++ b/drivers/sound/rockchip_sound.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include static int rockchip_sound_setup(struct udevice *dev) -- cgit v1.2.3