Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9fed567 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Linus Torvalds
Browse files

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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarAlan Cox <number6@the-village.bc.nu>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 11455be2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ static int jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent)
	return rc;
}

static void jsm_remove_one(struct pci_dev *pdev)
static void __devexit jsm_remove_one(struct pci_dev *pdev)
{
	struct jsm_board *brd = pci_get_drvdata(pdev);
	int i = 0;