Skip to content

Commit

Permalink
cciss: make cciss_put_controller_into_performant_mode as __devinit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen M. Cameron authored and Jens Axboe committed Aug 7, 2010
1 parent ff5f58f commit fe3b752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe3b752

Please sign in to comment.