[PATCH] ARM: mach-sa1100: Put nanoEngine support back in the kernel.
Marcelo Jimenez
mroberto at cpti.cetuc.puc-rio.br
Mon Mar 29 15:10:33 EDT 2010
Hi Russel and Kristoffer,
On Sat, Mar 27, 2010 at 19:55, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
>
> Please don't include defconfigs along with other code.
Ok, I have removed the defconfig and put it in a separate patch.
>> +#include <linux/init.h>
>> +#include <linux/kernel.h>
>> +#include <linux/mtd/mtd.h>
>> +#include <linux/mtd/partitions.h>
>> +#include <linux/root_dev.h>
>> +#include <linux/tty.h>
>
> Do you really need tty.h in here?
No, I don't. :) Removed.
>> +/* Flash bank 0 */
>> +static struct mtd_partition nanoengine_partitions[] = {
>> + {
>> + .name = "nanoEngine boot firmware and parameter table",
>
> Each '{' should indent the next line by a tab.
Ok, that was another "line over 80 characters" warning. Fixed.
I will resubmit the patch, merged with the CPU FREQ patch, which is
where it belongs. And a better changelog.
Also I have removed Kristoffer's "Acked-by" because this is a changed version.
Regards,
Marcelo.
More information about the linux-arm-kernel
mailing list