diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-30 19:22:11 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2008-04-18 11:55:37 -0400 |
commit | db8be076cad4b843aa743ef462c75022cddd9c63 (patch) | |
tree | e9386e3f9fcb3fbf9f51da1aa005e03ef33588a1 /drivers/firewire/fw-transaction.h | |
parent | 25b1c3d8889f982ebc6c7b996cfc7fa5f1dce533 (diff) |
firewire: cleanups
This patch contains the following cleanups:
- #if 0 the following unused structs:
- fw-transaction.c:fw_low_memory_region
- fw-transaction.c:fw_private_region
- fw-transaction.c:fw_csr_region
- fw-transaction.c:fw_unit_space_region
- remove the following unused EXPORT_SYMBOL's:
- fw-card.c:fw_core_add_descriptor
- fw-card.c:fw_core_remove_descriptor
- fw-iso.c:fw_iso_context_create
- fw-iso.c:fw_iso_context_destroy
- fw-iso.c:fw_iso_context_start
- fw-iso.c:fw_iso_context_queue
- fw-iso.c:fw_iso_context_stop
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 8d1987f9c61e..04d3854f6560 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -201,11 +201,7 @@ struct fw_address_region { | |||
201 | u64 end; | 201 | u64 end; |
202 | }; | 202 | }; |
203 | 203 | ||
204 | extern const struct fw_address_region fw_low_memory_region; | ||
205 | extern const struct fw_address_region fw_high_memory_region; | 204 | extern const struct fw_address_region fw_high_memory_region; |
206 | extern const struct fw_address_region fw_private_region; | ||
207 | extern const struct fw_address_region fw_csr_region; | ||
208 | extern const struct fw_address_region fw_unit_space_region; | ||
209 | 205 | ||
210 | int fw_core_add_address_handler(struct fw_address_handler *handler, | 206 | int fw_core_add_address_handler(struct fw_address_handler *handler, |
211 | const struct fw_address_region *region); | 207 | const struct fw_address_region *region); |