Commit fe3b7527 authored by Stephen M. Cameron's avatar Stephen M. Cameron Committed by Jens Axboe
Browse files

cciss: make cciss_put_controller_into_performant_mode as __devinit



cciss: make cciss_put_controller_into_performant_mode as __devinit

Signed-off-by: default avatarStephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent ff5f58f0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3816,8 +3816,7 @@ static void calc_bucket_map(int bucket[], int num_buckets,
	}
}

static void
cciss_put_controller_into_performant_mode(ctlr_info_t *h)
static void __devinit cciss_put_controller_into_performant_mode(ctlr_info_t *h)
{
	int l = 0;
	__u32 trans_support;