Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200626
b: refs/heads/master
c: 552618d
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Jun 14, 2010
1 parent 4fa9c50 commit efc0b6e
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: d4a3895f5d024b47ef8e9d98c59a9b86dcdcef59
refs/heads/master: 552618d124b68d41c2effaaaa3ca5b8ce9598502
4 changes: 2 additions & 2 deletions trunk/drivers/block/cpqarray.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static void __devexit cpqarray_remove_one_eisa (int i)
}

/* pdev is NULL for eisa */
static int __init cpqarray_register_ctlr( int i, struct pci_dev *pdev)
static int __devinit cpqarray_register_ctlr( int i, struct pci_dev *pdev)
{
struct request_queue *q;
int j;
Expand Down Expand Up @@ -740,7 +740,7 @@ __setup("smart2=", cpqarray_setup);
/*
* Find an EISA controller's signature. Set up an hba if we find it.
*/
static int __init cpqarray_eisa_detect(void)
static int __devinit cpqarray_eisa_detect(void)
{
int i=0, j;
__u32 board_id;
Expand Down

0 comments on commit efc0b6e

Please sign in to comment.