Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1306571

Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM archs

From Daniel Lezcano <daniel.lezcano@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM archs
Date 2016-01-11 19:00 +0100
Message-ID <qPOV4-5Iz-1@gated-at.bofh.it> (permalink)
References <qPNPk-4ZY-5@gated-at.bofh.it> <qPNPl-4ZY-25@gated-at.bofh.it> <qPNZ1-53I-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 01/11/2016 05:53 PM, Richard Weinberger wrote:
> Am 11.01.2016 um 17:45 schrieb Daniel Lezcano:
>> From: Richard Weinberger <richard@nod.at>
>>
>> Not every arch has io memory.
>>
>> So, unbreak the build by fixing the dependencies.
>>
>> Signed-off-by: Richard Weinberger <richard@nod.at>
>> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>> ---
>
> [...]
>
>>   config CLKSRC_ST_LPC
>>   	bool "Low power clocksource found in the LPC" if COMPILE_TEST
>>   	select CLKSRC_OF if OF
>> +        depends on HAS_IOMEM
>
> Sorry guys. Looks like I've added whitespace pollution here.
> Shall I resend?

No, it is ok. I fixed the whitespace and pushed the branch again.

Thanks !

   -- Daniel


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PULL] clockevents: last minute 4.5 fixes Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 17:50 +0100
  [PATCH 2/2] clocksource/drivers/fsl_ftm_timer: Fix CLKSRC_MMIO dependency Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 17:50 +0100
  [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM archs Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 17:50 +0100
    Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM  archs Richard Weinberger <richard@nod.at> - 2016-01-11 18:00 +0100
      Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM  archs Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 19:00 +0100

csiph-web