From 7e9204265b4ec6680fad9abc7a78b94087983916 Mon Sep 17 00:00:00 2001 From: Mikael Starvik Date: Wed, 27 Jul 2005 11:44:34 -0700 Subject: [PATCH] CRIS update: drivers Updates to device drivers. * Use I/O and DMA allocators. * Use wait_event_interruptible instead of interrutiple_sleep_on. * Added spinlocks SMP. * Changed restore_flags to local_irq_restore etc. * Updated IDE driver include to fit 2.6.12. Signed-off-by: Mikael Starvik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-cris/ide.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/asm-cris/ide.h (limited to 'include/asm-cris/ide.h') diff --git a/include/asm-cris/ide.h b/include/asm-cris/ide.h new file mode 100644 index 00000000000..a894f66665f --- /dev/null +++ b/include/asm-cris/ide.h @@ -0,0 +1 @@ +#include -- cgit v1.2.3