Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move jsm_remove_one to .devexit.text

The function jsm_remove_one is used only wrapped by __devexit_p so define
it using __devexit.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Alan Cox <number6@the-village.bc.nu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Uwe Kleine-König and committed by
Linus Torvalds
e9fed567 11455be2

+1 -1
+1 -1
drivers/serial/jsm/jsm_driver.c
··· 180 180 return rc; 181 181 } 182 182 183 - static void jsm_remove_one(struct pci_dev *pdev) 183 + static void __devexit jsm_remove_one(struct pci_dev *pdev) 184 184 { 185 185 struct jsm_board *brd = pci_get_drvdata(pdev); 186 186 int i = 0;