* [PATCH 3/5] Char: sx, mark functions as devinit
@ 2006-10-22 0:56 Jiri Slaby
0 siblings, 0 replies; only message in thread
From: Jiri Slaby @ 2006-10-22 0:56 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, R.E.Wolff, support
sx, mark functions as devinit
Mark as much as possible functions as __devinit to free them after driver
initialization (if no hotplug).
Cc: <R.E.Wolff@BitWizard.nl>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
commit 2203651d857aafeb50b4b16de1a1805d796598bb
tree 0eb5e4fbe14eefaed70d80c5c3c562107d4ee75b
parent 52aaf84368d81de72e1c4a69756b10ec744fbeab
author Jiri Slaby <jirislaby@gmail.com> Sun, 22 Oct 2006 01:59:22 +0200
committer Jiri Slaby <jirislaby@gmail.com> Sun, 22 Oct 2006 01:59:22 +0200
drivers/char/sx.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/char/sx.c b/drivers/char/sx.c
index be6fff2..8c845fc 100644
--- a/drivers/char/sx.c
+++ b/drivers/char/sx.c
@@ -2034,7 +2034,7 @@ #endif
}
-static void printheader(void)
+static void __devinit printheader(void)
{
static int header_printed;
@@ -2047,7 +2047,7 @@ static void printheader(void)
}
-static int probe_sx (struct sx_board *board)
+static int __devinit probe_sx (struct sx_board *board)
{
struct vpd_prom vpdp;
char *p;
@@ -2125,7 +2125,7 @@ static int probe_sx (struct sx_board *bo
card. 0xe0000 and 0xf0000 are taken by the BIOS. That only leaves
0xc0000, 0xc8000, 0xd0000 and 0xd8000 . */
-static int probe_si (struct sx_board *board)
+static int __devinit probe_si (struct sx_board *board)
{
int i;
@@ -2364,7 +2364,7 @@ static void __exit sx_release_drivers(vo
EEprom. As the bit is read/write for the CPU, we can fix it here,
if we detect that it isn't set correctly. -- REW */
-static void fix_sx_pci (struct pci_dev *pdev, struct sx_board *board)
+static void __devinit fix_sx_pci(struct pci_dev *pdev, struct sx_board *board)
{
unsigned int hwbase;
void __iomem *rebase;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-22 0:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-22 0:56 [PATCH 3/5] Char: sx, mark functions as devinit Jiri Slaby
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®