From: Adrian Bunk <bunk@stusta.de>
To: B.Zolnierkiewicz@elka.pw.edu.pl
Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org
Subject: [RFC: 2.6 patch] IDE: unsexport 3 functions
Date: Sat, 5 Feb 2005 03:44:04 +0100 [thread overview]
Message-ID: <20050205024404.GK19408@stusta.de> (raw)
The patch removes three unneeded EXPORT_SYMBOL's.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/ide/ide-iops.c | 4 ----
drivers/ide/ide-taskfile.c | 2 --
2 files changed, 6 deletions(-)
--- linux-2.6.11-rc3-mm1-full/drivers/ide/ide-iops.c.old 2005-02-05 02:54:15.000000000 +0100
+++ linux-2.6.11-rc3-mm1-full/drivers/ide/ide-iops.c 2005-02-05 02:55:21.000000000 +0100
@@ -104,8 +104,6 @@
hwif->INSL = ide_insl;
}
-EXPORT_SYMBOL(default_hwif_iops);
-
/*
* MMIO operations, typically used for SATA controllers
*/
@@ -329,8 +327,6 @@
hwif->atapi_output_bytes = atapi_output_bytes;
}
-EXPORT_SYMBOL(default_hwif_transport);
-
/*
* Beginning of Taskfile OPCODE Library and feature sets.
*/
--- linux-2.6.11-rc3-mm1-full/drivers/ide/ide-taskfile.c.old 2005-02-05 02:57:03.000000000 +0100
+++ linux-2.6.11-rc3-mm1-full/drivers/ide/ide-taskfile.c 2005-02-05 02:57:12.000000000 +0100
@@ -161,8 +161,6 @@
return ide_stopped;
}
-EXPORT_SYMBOL(do_rw_taskfile);
-
/*
* set_multmode_intr() is invoked on completion of a WIN_SETMULT cmd.
*/
next reply other threads:[~2005-02-05 2:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-05 2:44 Adrian Bunk [this message]
2005-02-06 13:25 ` [RFC: 2.6 patch] IDE: unsexport 3 functions Bartlomiej Zolnierkiewicz
2005-02-06 13:32 ` Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050205024404.GK19408@stusta.de \
--to=bunk@stusta.de \
--cc=B.Zolnierkiewicz@elka.pw.edu.pl \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.