[PATCH 3/5] Char: sx, mark functions as devinit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



sx, mark functions as devinit

Mark as much as possible functions as __devinit to free them after driver
initialization (if no hotplug).

Cc: <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>

---
commit 2203651d857aafeb50b4b16de1a1805d796598bb
tree 0eb5e4fbe14eefaed70d80c5c3c562107d4ee75b
parent 52aaf84368d81de72e1c4a69756b10ec744fbeab
author Jiri Slaby <[email protected]> Sun, 22 Oct 2006 01:59:22 +0200
committer Jiri Slaby <[email protected]> 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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux