diff options
author | Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org> | 2005-08-07 12:42:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-07 13:00:39 -0400 |
commit | 204085c52aa9975a90a894cb385360a141f1e4a3 (patch) | |
tree | ea8a02b3dc855e67f823ad86e9eb47a56c531f52 | |
parent | ff085c1cc26532294e91f69c1747994fa2283369 (diff) |
[PATCH] ppc32: 8xx kill unused variable in commproc
8xx: commproc.c: kill unused variable
Signed-off-by: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | arch/ppc/8xx_io/commproc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/8xx_io/commproc.c b/arch/ppc/8xx_io/commproc.c index 0cc2e7a9cb11..67194c18dd5c 100644 --- a/arch/ppc/8xx_io/commproc.c +++ b/arch/ppc/8xx_io/commproc.c | |||
@@ -384,8 +384,6 @@ static rh_info_t cpm_dpmem_info; | |||
384 | 384 | ||
385 | void m8xx_cpm_dpinit(void) | 385 | void m8xx_cpm_dpinit(void) |
386 | { | 386 | { |
387 | cpm8xx_t *cp = &((immap_t *)IMAP_ADDR)->im_cpm; | ||
388 | |||
389 | spin_lock_init(&cpm_dpmem_lock); | 387 | spin_lock_init(&cpm_dpmem_lock); |
390 | 388 | ||
391 | /* Initialize the info header */ | 389 | /* Initialize the info header */ |