lkml.org 
[lkml]   [2003]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Kill zorro_check_device
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/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.015 / U:1.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site