Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181246
b: refs/heads/master
c: e47c11c
h: refs/heads/master
v: v3
  • Loading branch information
Erik Ekman authored and James Bottomley committed Jan 18, 2010
1 parent 78ad35c commit 8dad84d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 340f052001d46aff9e7e853c492e0d3f5554d42f
refs/heads/master: e47c11c7a402a054a85cb917a6ed020f6b5fae04
5 changes: 3 additions & 2 deletions trunk/drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ static int mfcounter = 0;
* Public data...
*/

static struct proc_dir_entry *mpt_proc_root_dir;

#define WHOINIT_UNKNOWN 0xAA

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
Expand All @@ -146,6 +144,9 @@ static MPT_EVHANDLER MptEvHandlers[MPT_MAX_PROTOCOL_DRIVERS];
static MPT_RESETHANDLER MptResetHandlers[MPT_MAX_PROTOCOL_DRIVERS];
static struct mpt_pci_driver *MptDeviceDriverHandlers[MPT_MAX_PROTOCOL_DRIVERS];

#ifdef CONFIG_PROC_FS
static struct proc_dir_entry *mpt_proc_root_dir;
#endif

/*
* Driver Callback Index's
Expand Down

0 comments on commit 8dad84d

Please sign in to comment.