Re: [PATCH] ARM: zynq: Remove all unused mach headers

2012-11-20 Thread Josh Cartwright
On Tue, Nov 20, 2012 at 02:23:37PM +0100, Michal Simek wrote: > Remove empty unused mach/hardware.h. > mach/irqs.h is unused because SPARSE_IRQ are ON by default. > mach/timex.h is unused because of CONFIG_ARCH_MULTIPLATFORM. > > Signed-off-by: Michal Simek Tested-by: Josh Cartwright Josh

[PATCH] ARM: zynq: Remove all unused mach headers

2012-11-20 Thread Michal Simek
Remove empty unused mach/hardware.h. mach/irqs.h is unused because SPARSE_IRQ are ON by default. mach/timex.h is unused because of CONFIG_ARCH_MULTIPLATFORM. Signed-off-by: Michal Simek --- Based on Josh multiplatform patches. http://git.xilinx.com/?p=linux-xlnx.git;a=shortlog;h=refs/heads/arm-n