diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2010-07-19 14:45:56 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-08-07 12:52:11 -0400 |
commit | fe3b7527dbf1e717ccb3492bb2d84481ca7be6f9 (patch) | |
tree | c65e9ce84663fb1f60f87d686460b3e2ccfa26f9 /drivers | |
parent | ff5f58f06deb3f7b9a865093d7f580bbc2b9b498 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/cciss.c | 3 |
1 files changed, 1 insertions, 2 deletions
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, | |||
3816 | } | 3816 | } |
3817 | } | 3817 | } |
3818 | 3818 | ||
3819 | static void | 3819 | static void __devinit cciss_put_controller_into_performant_mode(ctlr_info_t *h) |
3820 | cciss_put_controller_into_performant_mode(ctlr_info_t *h) | ||
3821 | { | 3820 | { |
3822 | int l = 0; | 3821 | int l = 0; |
3823 | __u32 trans_support; | 3822 | __u32 trans_support; |