diff options
author | Doug Thompson <dougthompson@xmission.com> | 2007-07-19 04:50:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:57 -0400 |
commit | fb3fb2068775a1363265edc00870aa5e2f0e3631 (patch) | |
tree | 0d17bb04f84500c99a5729a0121942da69925d2a /drivers/edac/edac_module.c | |
parent | 1c3631ff1f805cb72644fcde02b7c58950f21cd5 (diff) |
drivers/edac: code tidying on export-gpl
Change EXPORT_SYMBOLs to EXPORT_SYMBOLS_GPL
Tidy changes: blank lines, inline removal, add comment
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Cc: Greg KH <greg@kroah.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 |