From: Stephen M. Cameron Date: Mon, 19 Jul 2010 18:45:56 +0000 (-0500) Subject: cciss: make cciss_put_controller_into_performant_mode as __devinit X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fe3b7527dbf1e717ccb3492bb2d84481ca7be6f9;p=deliverable%2Flinux.git 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 Signed-off-by: Jens Axboe --- diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 10502a200226..37bc091041a0 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c @@ -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;