diff options
Diffstat (limited to 'drivers/firewire/fw-iso.c')
-rw-r--r-- | drivers/firewire/fw-iso.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/firewire/fw-iso.c b/drivers/firewire/fw-iso.c index 6b638568c2c9..024fab4ef998 100644 --- a/drivers/firewire/fw-iso.c +++ b/drivers/firewire/fw-iso.c | |||
@@ -99,7 +99,6 @@ struct fw_iso_context *fw_iso_context_create(struct fw_card *card, int type, | |||
99 | 99 | ||
100 | return ctx; | 100 | return ctx; |
101 | } | 101 | } |
102 | |||
103 | EXPORT_SYMBOL(fw_iso_context_create); | 102 | EXPORT_SYMBOL(fw_iso_context_create); |
104 | 103 | ||
105 | void fw_iso_context_destroy(struct fw_iso_context *ctx) | 104 | void fw_iso_context_destroy(struct fw_iso_context *ctx) |
@@ -110,7 +109,6 @@ void fw_iso_context_destroy(struct fw_iso_context *ctx) | |||
110 | 109 | ||
111 | card->driver->free_iso_context(ctx); | 110 | card->driver->free_iso_context(ctx); |
112 | } | 111 | } |
113 | |||
114 | EXPORT_SYMBOL(fw_iso_context_destroy); | 112 | EXPORT_SYMBOL(fw_iso_context_destroy); |
115 | 113 | ||
116 | int | 114 | int |
@@ -122,7 +120,6 @@ fw_iso_context_send(struct fw_iso_context *ctx, | |||
122 | 120 | ||
123 | return ctx->card->driver->send_iso(ctx, cycle); | 121 | return ctx->card->driver->send_iso(ctx, cycle); |
124 | } | 122 | } |
125 | |||
126 | EXPORT_SYMBOL(fw_iso_context_send); | 123 | EXPORT_SYMBOL(fw_iso_context_send); |
127 | 124 | ||
128 | int | 125 | int |
@@ -133,5 +130,4 @@ fw_iso_context_queue(struct fw_iso_context *ctx, | |||
133 | 130 | ||
134 | return card->driver->queue_iso(ctx, packet, payload); | 131 | return card->driver->queue_iso(ctx, packet, payload); |
135 | } | 132 | } |
136 | |||
137 | EXPORT_SYMBOL(fw_iso_context_queue); | 133 | EXPORT_SYMBOL(fw_iso_context_queue); |