[PATCH] Kill zorro_check_device

From: Geert Uytterhoeven (geert@linux-m68k.org)
Date: Sat Jul 26 2003 - 09:51:54 EST


Kill zorro_check_device(), it's deprecated and unused (from Christoph Hellwig).

--- linux-2.6.x/Documentation/zorro.txt Tue Feb 5 18:40:38 2002
+++ linux-m68k-2.6.x/Documentation/zorro.txt Sat Jun 28 11:00:50 2003
@@ -57,13 +57,11 @@
 functions:
 
     request_mem_region()
- check_mem_region() (deprecated)
     release_mem_region()
 
 Shortcuts to claim the whole device's address space are provided as well:
 
     zorro_request_device
- zorro_check_device (deprecated)
     zorro_release_device
 
 
--- linux-2.6.x/include/linux/zorro.h Wed Oct 2 02:08:35 2002
+++ linux-m68k-2.6.x/include/linux/zorro.h Sat Jun 28 10:59:41 2003
@@ -182,9 +182,6 @@
 #define zorro_request_device(z, name) \
     request_mem_region((z)->resource.start, \
                        (z)->resource.end-(z)->resource.start+1, (name))
-#define zorro_check_device(z) \
- check_mem_region((z)->resource.start, \
- (z)->resource.end-(z)->resource.start+1)
 #define zorro_release_device(z) \
     release_mem_region((z)->resource.start, \
                        (z)->resource.end-(z)->resource.start+1)

Gr{oetje,eeting}s,

                                                Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:29 EST