diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-12-16 17:35:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-16 17:43:05 -0500 |
commit | a78719c387cc25ed97304a235a20c24f0f89399b (patch) | |
tree | f2e394bf22e90c0bad6fc4a05838b98260352042 | |
parent | 42245e65f356ed54fdf7a1f9a0095e0bc40f73a3 (diff) |
[PATCH] ppc: booke_wdt compile fix
booke_wdt.c had been missed in cpu_specs[] removal sweep
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/char/watchdog/booke_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/watchdog/booke_wdt.c b/drivers/char/watchdog/booke_wdt.c index c800cce73c1e..b6640606b44d 100644 --- a/drivers/char/watchdog/booke_wdt.c +++ b/drivers/char/watchdog/booke_wdt.c | |||
@@ -173,7 +173,7 @@ static int __init booke_wdt_init(void) | |||
173 | int ret = 0; | 173 | int ret = 0; |
174 | 174 | ||
175 | printk (KERN_INFO "PowerPC Book-E Watchdog Timer Loaded\n"); | 175 | printk (KERN_INFO "PowerPC Book-E Watchdog Timer Loaded\n"); |
176 | ident.firmware_version = cpu_specs[0].pvr_value; | 176 | ident.firmware_version = cur_cpu_spec->pvr_value; |
177 | 177 | ||
178 | ret = misc_register(&booke_wdt_miscdev); | 178 | ret = misc_register(&booke_wdt_miscdev); |
179 | if (ret) { | 179 | if (ret) { |