diff options
author | Domen Puncer <dome@coderock.org> | 2005-03-18 09:04:38 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-05-23 06:57:48 -0400 |
commit | ff3bc4eb94ec3d2ce6e8f615d38c94151ccb6553 (patch) | |
tree | 7fedb64361e5fa30638073d9288ee92e17cf2bc9 /drivers/mtd/maps/amd76xrom.c | |
parent | 4d9527096e2e5da7bec4b6a276fdb05086b6c395 (diff) |
[MTD] Kernel Janitor fixes.
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/amd76xrom.c')
-rw-r--r-- | drivers/mtd/maps/amd76xrom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/maps/amd76xrom.c b/drivers/mtd/maps/amd76xrom.c index 51e97b05304e..e8a900a77685 100644 --- a/drivers/mtd/maps/amd76xrom.c +++ b/drivers/mtd/maps/amd76xrom.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * amd76xrom.c | 2 | * amd76xrom.c |
3 | * | 3 | * |
4 | * Normal mappings of chips in physical memory | 4 | * Normal mappings of chips in physical memory |
5 | * $Id: amd76xrom.c,v 1.19 2004/11/28 09:40:39 dwmw2 Exp $ | 5 | * $Id: amd76xrom.c,v 1.20 2005/03/18 14:04:35 gleixner Exp $ |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <linux/module.h> | 8 | #include <linux/module.h> |
@@ -314,7 +314,7 @@ static int __init init_amd76xrom(void) | |||
314 | } | 314 | } |
315 | return -ENXIO; | 315 | return -ENXIO; |
316 | #if 0 | 316 | #if 0 |
317 | return pci_module_init(&amd76xrom_driver); | 317 | return pci_register_driver(&amd76xrom_driver); |
318 | #endif | 318 | #endif |
319 | } | 319 | } |
320 | 320 | ||