[PATCH v2] Add support for generic BCM SoC chipsets
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon Nov 12 10:17:20 EST 2012
On Sun, Nov 11, 2012 at 06:57:14AM -0800, Christian Daudt wrote:
> +#include <linux/of_irq.h>
> +#include <linux/of_platform.h>
> +#include <linux/init.h>
> +#include <linux/device.h>
> +#include <linux/platform_device.h>
> +#include <asm/io.h>
Please use linux/io.h rather than asm/io.h throughout your patch sets.
However, I don't see anything in this file which requires this header,
so it's better off being removed entirely.
More information about the linux-arm-kernel
mailing list