Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61685
b: refs/heads/master
c: 20bcb7a
h: refs/heads/master
i:
  61683: 9382217
v: v3
  • Loading branch information
Douglas Thompson authored and Linus Torvalds committed Jul 19, 2007
1 parent fcb6937 commit efdaa48
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 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: c0d121720220584bba2876b032e58a076b843fa1
refs/heads/master: 20bcb7a81dee21bfa3408f03f46b2891c9b5c84b
4 changes: 2 additions & 2 deletions trunk/drivers/edac/amd76x_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/slab.h>
#include "edac_mc.h"
#include "edac_core.h"

#define AMD76X_REVISION " Ver: 2.0.1 " __DATE__
#define AMD76X_REVISION " Ver: 2.0.2 " __DATE__
#define EDAC_MOD_STR "amd76x_edac"

#define amd76x_printk(level, fmt, arg...) \
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/e752x_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include <linux/pci_ids.h>
#include <linux/slab.h>
#include <linux/edac.h>
#include "edac_mc.h"
#include "edac_core.h"

#define E752X_REVISION " Ver: 2.0.1 " __DATE__
#define E752X_REVISION " Ver: 2.0.2 " __DATE__
#define EDAC_MOD_STR "e752x_edac"

static int force_function_unhide;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/e7xxx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#include <linux/pci_ids.h>
#include <linux/slab.h>
#include <linux/edac.h>
#include "edac_mc.h"
#include "edac_core.h"

#define E7XXX_REVISION " Ver: 2.0.1 " __DATE__
#define E7XXX_REVISION " Ver: 2.0.2 " __DATE__
#define EDAC_MOD_STR "e7xxx_edac"

#define e7xxx_printk(level, fmt, arg...) \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/edac/edac_mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <asm/uaccess.h>
#include <asm/page.h>
#include <asm/edac.h>
#include "edac_mc.h"
#include "edac_core.h"
#include "edac_module.h"


Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/edac/edac_mc_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <linux/sysdev.h>
#include <linux/ctype.h>

#include "edac_mc.h"
#include "edac_core.h"
#include "edac_module.h"

/* MC EDAC Controls, setable by module parameter, and sysfs */
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/edac_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#include <linux/kthread.h>
#include <linux/edac.h>

#include "edac_mc.h"
#include "edac_core.h"
#include "edac_module.h"

#define EDAC_MC_VERSION "Ver: 2.0.3" __DATE__
#define EDAC_MC_VERSION "Ver: 2.0.4 " __DATE__

#ifdef CONFIG_EDAC_DEBUG
/* Values of 0 to 4 will generate output */
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/edac_pci_sysfs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* edac_mc kernel module
/*
* (C) 2005, 2006 Linux Networx (http://lnxi.com)
* This file may be distributed under the terms of the
* GNU General Public License.
Expand All @@ -10,7 +10,7 @@
#include <linux/sysdev.h>
#include <linux/ctype.h>

#include "edac_mc.h"
#include "edac_core.h"
#include "edac_module.h"


Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/i5000_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#include <linux/edac.h>
#include <asm/mmzone.h>

#include "edac_mc.h"
#include "edac_core.h"

/*
* Alter this version for the I5000 module when modifications are made
*/
#define I5000_REVISION " Ver: 2.0.11.devel " __DATE__
#define I5000_REVISION " Ver: 2.0.12 " __DATE__

#define i5000_printk(level, fmt, arg...) \
edac_printk(level, "i5000", fmt, ##arg)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/edac/i82443bxgx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <linux/slab.h>

#include "edac_mc.h"
#include "edac_core.h"

#define I82443_REVISION "0.1"

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/i82860_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/slab.h>
#include "edac_mc.h"
#include "edac_core.h"

#define I82860_REVISION " Ver: 2.0.1 " __DATE__
#define I82860_REVISION " Ver: 2.0.2 " __DATE__
#define EDAC_MOD_STR "i82860_edac"

#define i82860_printk(level, fmt, arg...) \
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/i82875p_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/slab.h>
#include "edac_mc.h"
#include "edac_core.h"

#define I82875P_REVISION " Ver: 2.0.1 " __DATE__
#define I82875P_REVISION " Ver: 2.0.2 " __DATE__
#define EDAC_MOD_STR "i82875p_edac"

#define i82875p_printk(level, fmt, arg...) \
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/edac/r82600_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/slab.h>
#include "edac_mc.h"
#include "edac_core.h"

#define R82600_REVISION " Ver: 2.0.1 " __DATE__
#define R82600_REVISION " Ver: 2.0.2 " __DATE__
#define EDAC_MOD_STR "r82600_edac"

#define r82600_printk(level, fmt, arg...) \
Expand Down

0 comments on commit efdaa48

Please sign in to comment.