[RFC/PATCH 00/10] Tegra2 support

Erik Gilling konkers at google.com
Thu Mar 18 17:03:41 EDT 2010


On Thu, Mar 18, 2010 at 1:30 PM, Erik Gilling <konkers at google.com> wrote:
> On Thu, Mar 18, 2010 at 1:32 AM, Russell King - ARM Linux
> <linux at arm.linux.org.uk> wrote:
>> On Mon, Mar 15, 2010 at 11:41:18PM -0700, konkers at google.com wrote:
>>> Here's the cleaned up patch stack as promised.  We've incorporated the feedback
>>> from Gary and Russel.
>>>
>>> I've pushed these patches to the linux-tegra-2.6.34-rc1 branch at
>>> git://android.git.kernel.org/kernel/tegra.git
>>
>> Please change all the mach/io.h and asm/io.h to linux/io.h, and mach/gpio.h
>> and asm/gpio.h to linux/gpio.h.
>
> I assume I want to use asm/io.h in entry-macro.S and debug-macro.S, yes?

Nevermind.  I, apparently, misunderstand what include/asm is used for.
 I thought it was for files safe to include in assembly.  asm/io.h is
clearly not.  It seems I need to use mach/io.h in these two files.

-Erik



More information about the linux-arm-kernel mailing list