From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754481AbbFOKgJ (ORCPT ); Mon, 15 Jun 2015 06:36:09 -0400 Received: from foss.arm.com ([217.140.101.70]:34207 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754083AbbFOKgA (ORCPT ); Mon, 15 Jun 2015 06:36:00 -0400 Message-ID: <557EAA8D.7000803@arm.com> Date: Mon, 15 Jun 2015 11:35:57 +0100 From: Sudeep Holla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Guenter Roeck , Daniel Lezcano CC: Sudeep Holla , Thomas Gleixner , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH -next] ARM: Fix build if CLKDEV_LOOKUP is not configured References: <1434306297-21987-1-git-send-email-linux@roeck-us.net> In-Reply-To: <1434306297-21987-1-git-send-email-linux@roeck-us.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/06/15 19:24, Guenter Roeck wrote: > 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. > Thanks for the fix and sorry for missing this. > Fixes: 0b7402dce445 ("ARM: 8366/1: move Dual-Timer SP804 driver to > drivers/clocksource") > Cc: Sudeep Holla Looks good to me, but I think it should go via RMK tree as other changes are going through that. Acked-by: Sudeep Holla Regards, Sudeep