Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285141
b: refs/heads/master
c: 3ff147d
h: refs/heads/master
i:
  285139: f45e668
v: v3
  • Loading branch information
Jens Axboe committed Nov 5, 2011
1 parent b67357b commit 7e0db4b
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: 6316668fbcf8a0a166830e7e84cdbdf0ab9392c8
refs/heads/master: 3ff147d3a88e43135b1861d964496101657fa9a2
4 changes: 2 additions & 2 deletions trunk/drivers/block/mtip32xx/mtip32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static int instance;
* Global variable used to hold the major block device number
* allocated in mtip_init().
*/
int mtip_major;
static int mtip_major;

static DEFINE_SPINLOCK(rssd_index_lock);
static DEFINE_IDA(rssd_index_ida);
Expand Down Expand Up @@ -3502,7 +3502,7 @@ static DEFINE_PCI_DEVICE_TABLE(mtip_pci_tbl) = {
};

/* Structure that describes the PCI driver functions. */
struct pci_driver mtip_pci_driver = {
static struct pci_driver mtip_pci_driver = {
.name = MTIP_DRV_NAME,
.id_table = mtip_pci_tbl,
.probe = mtip_pci_probe,
Expand Down

0 comments on commit 7e0db4b

Please sign in to comment.