• Guenter Roeck's avatar
    MIPS: ath79: Add missing include file · 20ff3ada
    Guenter Roeck authored
    Commit ddd0ce87 ("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: ddd0ce87 ("mips: Remove unnecessary of_platform_populate with default match table")
    Cc: Rob Herring <robh@kernel.org>
    Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    20ff3ada
setup.c 6.79 KB