diff options
Diffstat (limited to 'drivers/edac/edac_module.c')
-rw-r--r-- | drivers/edac/edac_module.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/edac/edac_module.c b/drivers/edac/edac_module.c index fc32bbb9405e..e0c4a4086055 100644 --- a/drivers/edac/edac_module.c +++ b/drivers/edac/edac_module.c | |||
@@ -1,12 +1,13 @@ | |||
1 | /* | 1 | /* |
2 | * edac_module.c | 2 | * edac_module.c |
3 | * | 3 | * |
4 | * (C) 2007 www.douglaskthompson.com | 4 | * (C) 2007 www.softwarebitmaker.com |
5 | * | ||
5 | * This file is licensed under the terms of the GNU General Public | 6 | * This file is licensed under the terms of the GNU General Public |
6 | * License version 2. This program is licensed "as is" without any | 7 | * License version 2. This program is licensed "as is" without any |
7 | * warranty of any kind, whether express or implied. | 8 | * warranty of any kind, whether express or implied. |
8 | * | 9 | * |
9 | * Author: Doug Thompson <norsk5@xmission.com> | 10 | * Author: Doug Thompson <dougthompson@xmission.com> |
10 | * | 11 | * |
11 | */ | 12 | */ |
12 | #include <linux/edac.h> | 13 | #include <linux/edac.h> |
@@ -14,7 +15,7 @@ | |||
14 | #include "edac_core.h" | 15 | #include "edac_core.h" |
15 | #include "edac_module.h" | 16 | #include "edac_module.h" |
16 | 17 | ||
17 | #define EDAC_MC_VERSION "Ver: 2.0.5 " __DATE__ | 18 | #define EDAC_VERSION "Ver: 2.1.0 " __DATE__ |
18 | 19 | ||
19 | #ifdef CONFIG_EDAC_DEBUG | 20 | #ifdef CONFIG_EDAC_DEBUG |
20 | /* Values of 0 to 4 will generate output */ | 21 | /* Values of 0 to 4 will generate output */ |
@@ -141,7 +142,7 @@ static int __init edac_init(void) | |||
141 | { | 142 | { |
142 | int err = 0; | 143 | int err = 0; |
143 | 144 | ||
144 | edac_printk(KERN_INFO, EDAC_MC, EDAC_MC_VERSION "\n"); | 145 | edac_printk(KERN_INFO, EDAC_MC, EDAC_VERSION "\n"); |
145 | 146 | ||
146 | /* | 147 | /* |
147 | * Harvest and clear any boot/initialization PCI parity errors | 148 | * Harvest and clear any boot/initialization PCI parity errors |