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

Commit 552618d1 authored by Jens Axboe's avatar Jens Axboe
Browse files

cpqarray: fix two more wrong section type



cpqarray_register_ctlr() and cpqarray_eisa_detect() also
need to be marked as __devinit.

Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent d4a3895f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ static void __devexit cpqarray_remove_one_eisa (int i)
}

/* pdev is NULL for eisa */
static int __init cpqarray_register_ctlr( int i, struct pci_dev *pdev)
static int __devinit cpqarray_register_ctlr( int i, struct pci_dev *pdev)
{
	struct request_queue *q;
	int j;
@@ -740,7 +740,7 @@ __setup("smart2=", cpqarray_setup);
/*
 * Find an EISA controller's signature.  Set up an hba if we find it.
 */
static int __init cpqarray_eisa_detect(void)
static int __devinit cpqarray_eisa_detect(void)
{
	int i=0, j;
	__u32 board_id;