From: Guenter Roeck Date: Wed, 24 Jun 2015 03:49:05 +0000 (-0700) Subject: ARM: Fix build if CLKDEV_LOOKUP is not configured X-Git-Tag: omap-for-v4.2/fixes-rc1^2~100^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002af195a8c720ca47c7884fd0390f3b327423b9;p=pandora-kernel.git ARM: Fix build if CLKDEV_LOOKUP is not configured mips:allmodconfig fails to build with drivers/clocksource/timer-sp804.c: In function '__sp804_clocksource_and_sched_clock_init': drivers/clocksource/timer-sp804.c:88:3: error: implicit declaration of function 'clk_get_sys' because CLKDEV_LOOKUP is not configured and the driver depends on it. Fixes: 0b7402dce445 ("ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksource") Acked-by: Sudeep Holla Signed-off-by: Guenter Roeck Signed-off-by: Russell King --- Reading git-diff-tree failed