summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2003-07-25 19:14:27 -0700
committerJens Axboe <axboe@suse.de>2003-07-25 19:14:27 -0700
commitba7f08e20233266672887520dac40ecb4e761459 (patch)
treec2caf40dadc7413baa419c17f555a463a3a8f277 /include
parent97f700e60854b5f11630be5fea5908163f375633 (diff)
[PATCH] Kill zorro_check_device
Kill zorro_check_device(), it's deprecated and unused (from Christoph Hellwig).
Diffstat (limited to 'include')
-rw-r--r--include/linux/zorro.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/zorro.h b/include/linux/zorro.h
index a623f17fd028..04df7f115c51 100644
--- a/include/linux/zorro.h
+++ b/include/linux/zorro.h
@@ -182,9 +182,6 @@ extern struct zorro_dev *zorro_find_device(zorro_id id,
#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)