diff options
| -rw-r--r-- | Documentation/zorro.txt | 2 | ||||
| -rw-r--r-- | include/linux/zorro.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/zorro.txt b/Documentation/zorro.txt index a56e2c485b49..2aed2610cd1f 100644 --- a/Documentation/zorro.txt +++ b/Documentation/zorro.txt @@ -57,13 +57,11 @@ not yet in use. This is done using the I/O memory space resource management 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 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) |
