cciss: make cciss_put_controller_into_performant_mode as __devinit
cciss: make cciss_put_controller_into_performant_mode as __devinit Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
parent
ff5f58f06d
commit
fe3b7527db
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue