1 Feb 2003 17:33
[ARM PATCH] 1097/3: trizeps IDE support
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2003-02-01 16:33:05 GMT
2003-02-01 16:33:05 GMT
ChangeSet 1.952.7.18, 2003/02/01 16:33:05+00:00, rmk <at> flint.arm.linux.org.uk [ARM PATCH] 1097/3: trizeps IDE support Patch from Guennadi Liakhovetski The enclosed patch includes trizeps-specific IDE code. It adds a Trizeps-specific section to asm/arch/ide.h. The patch is built against 2.5.44-rmk1. # This patch includes the following deltas: # ChangeSet 1.952.7.17 -> 1.952.7.18 # include/asm-arm/arch-sa1100/ide.h 1.5 -> 1.6 # ide.h | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) diff -Nru a/include/asm-arm/arch-sa1100/ide.h b/include/asm-arm/arch-sa1100/ide.h --- a/include/asm-arm/arch-sa1100/ide.h Tue Feb 4 10:12:49 2003 +++ b/include/asm-arm/arch-sa1100/ide.h Tue Feb 4 10:12:49 2003 <at> <at> -49,8 +49,9 <at> <at> *irq = 0; } - - +#ifdef CONFIG_SA1100_TRIZEPS +#include <asm/arch/trizeps.h> +#endif(Continue reading)
RSS Feed