Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204065
b: refs/heads/master
c: 7136f9a
h: refs/heads/master
i:
  204063: a16ad9e
v: v3
  • Loading branch information
Stephen M. Cameron authored and James Bottomley committed Jul 27, 2010
1 parent fe0f96a commit b61c002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58f8665cc369b9633af072afb741b8f0a01622fa
refs/heads/master: 7136f9a78eece43226dee1a46ec6fc144f561239
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/hpsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static void check_ioctl_unit_attention(struct ctlr_info *h,
/* performant mode helper functions */
static void calc_bucket_map(int *bucket, int num_buckets,
int nsgs, int *bucket_map);
static void hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h);
static __devinit void hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h);
static inline u32 next_command(struct ctlr_info *h);

static DEVICE_ATTR(raid_level, S_IRUGO, raid_level_show, NULL);
Expand Down Expand Up @@ -3803,7 +3803,7 @@ static void calc_bucket_map(int bucket[], int num_buckets,
}
}

static void hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h)
static __devinit void hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h)
{
u32 trans_support;
u64 trans_offset;
Expand Down

0 comments on commit b61c002

Please sign in to comment.