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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment