Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217359
b: refs/heads/master
c: 18c2900
h: refs/heads/master
i:
  217357: e37eab3
  217355: 0e2eb01
  217351: d977adc
  217343: 76ec01a
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 24, 2010
1 parent ca64acc commit da51fd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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: 939747bd680eb09bb98792b17a5bfd2f525afe9d
refs/heads/master: 18c29002f95bc2f67c1c78d7fc7932843aa66657
11 changes: 5 additions & 6 deletions trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@

#include "edac_core.h"

/* Static vars */
static LIST_HEAD(i7core_edac_list);
static DEFINE_MUTEX(i7core_edac_lock);
static int probed;

/*
* This is used for Nehalem-EP and Nehalem-EX devices, where the non-core
* registers start at bus 255, and are not reported by BIOS.
Expand Down Expand Up @@ -266,10 +271,6 @@ struct i7core_pvt {
struct edac_pci_ctl_info *i7core_pci;
};

/* Static vars */
static LIST_HEAD(i7core_edac_list);
static DEFINE_MUTEX(i7core_edac_lock);

#define PCI_DESCR(device, function, device_id) \
.dev = (device), \
.func = (function), \
Expand Down Expand Up @@ -1950,8 +1951,6 @@ static int i7core_register_mci(struct i7core_dev *i7core_dev,
* < 0 for error code
*/

static int probed = 0;

static int __devinit i7core_probe(struct pci_dev *pdev,
const struct pci_device_id *id)
{
Expand Down

0 comments on commit da51fd9

Please sign in to comment.