[PATCH] ARM: Fix double definition of virt_to_pfn()

Peter Ujfalusi peter.ujfalusi at ti.com
Wed Apr 23 03:40:15 PDT 2014


On 04/23/2014 12:37 PM, Russell King - ARM Linux wrote:
> On Wed, Apr 23, 2014 at 10:35:47AM +0300, Peter Ujfalusi wrote:
>> One definition of virt_to_pfn() was outside of the #if #elif #else section
>> causing constant redefinition of the macro.
>>
>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi at ti.com>
>> ---
>> Hi,
>>
>> the redefinition actually coming from different source. It is caused by the
>> leftover definition of virt_to_pfn() which would redefine the virt_to_pfn()
>> all the time.
>>
>> The redefinition still exist in next-20140423.
> 
> Please see the thread "Re: [PATCH v7 2/2] ARM hibernation / suspend-to-disk"
> this month.  The fixed up commit will be pushed out shortly.

Thanks, I found the thread.

-- 
Péter



More information about the linux-arm-kernel mailing list