From 5e20c282184fd5794661b6688883231ff5348abc Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sun, 21 Jan 2007 20:44:09 +0100 Subject: firewire: whitespace adjustments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Richter Signed-off-by: Kristian Høgsberg --- drivers/firewire/fw-iso.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/firewire/fw-iso.c') diff --git a/drivers/firewire/fw-iso.c b/drivers/firewire/fw-iso.c index 6b638568c2c..024fab4ef99 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, return ctx; } - EXPORT_SYMBOL(fw_iso_context_create); void fw_iso_context_destroy(struct fw_iso_context *ctx) @@ -110,7 +109,6 @@ void fw_iso_context_destroy(struct fw_iso_context *ctx) card->driver->free_iso_context(ctx); } - EXPORT_SYMBOL(fw_iso_context_destroy); int @@ -122,7 +120,6 @@ fw_iso_context_send(struct fw_iso_context *ctx, return ctx->card->driver->send_iso(ctx, cycle); } - EXPORT_SYMBOL(fw_iso_context_send); int @@ -133,5 +130,4 @@ fw_iso_context_queue(struct fw_iso_context *ctx, return card->driver->queue_iso(ctx, packet, payload); } - EXPORT_SYMBOL(fw_iso_context_queue); -- cgit v1.2.3