]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
edac: mpc85xx: fix building as a module
authorKumar Gala <galak@kernel.crashing.org>
Fri, 23 May 2008 20:04:58 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 May 2008 16:56:13 +0000 (09:56 -0700)
commitf99c90094bffbe1cf38ef66f198a808c14a02d56
tree8a5bbb4786bc1bbb6ca749217123e79ff76ac6bd
parent6ea0205b56546cef782b74d9f4664ec00290a6ae
edac: mpc85xx: fix building as a module

including of <asm/mpc85xx.h> causes build problems since it doesn't exist.

Also removed warning:
drivers/edac/mpc85xx_edac.c:45: warning: 'mpc85xx_ctl_name' defined but not used

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Doug Thompson <dougthompson@xmission.com>
Acked-by: Dave Jiang <djiang@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/edac/mpc85xx_edac.c