From: Guenter Roeck Date: Sun, 24 Jul 2016 00:00:15 +0000 (-0700) Subject: MIPS: ath79: Add missing include file X-Git-Tag: v4.8-rc1~92^2~3 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=20ff3ada476b2fdc2e50f55686a5267526fca605;p=linux.git MIPS: ath79: Add missing include file Commit ddd0ce87bfde ("mips: Remove unnecessary of_platform_populate with default match table") dropped the include of linux/clk-provider.h from arch/mips/ath79/setup.c. This results in the following build error. arch/mips/ath79/setup.c: In function 'ath79_of_plat_time_init': arch/mips/ath79/setup.c:232:2: error: implicit declaration of function 'of_clk_init' Fixes: ddd0ce87bfde ("mips: Remove unnecessary of_platform_populate with default match table") Cc: Rob Herring Cc: Kefeng Wang Signed-off-by: Guenter Roeck Signed-off-by: Rob Herring --- diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 8887eb1ffc73..3a0019deb7f7 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include