]> Git Repo - linux.git/commit
edac: mpc85xx fix build regression by removing unused debug code
authorPeter Tyser <[email protected]>
Wed, 10 Feb 2010 21:56:37 +0000 (13:56 -0800)
committerLinus Torvalds <[email protected]>
Thu, 11 Feb 2010 21:59:42 +0000 (13:59 -0800)
commitf8c63345b498a8590e8e87a5990a36cdf89636df
treecb54d0648fff023f0e18c4153ff72e7c9e96f742
parentcff9279e4e8d6ff80a640dd6977c8f76aa01e1f8
edac: mpc85xx fix build regression by removing unused debug code

Some unused, unsupported debug code existed in the mpc85xx EDAC driver
that resulted in a build failure when CONFIG_EDAC_DEBUG was defined:

  drivers/edac/mpc85xx_edac.c: In function 'mpc85xx_mc_err_probe':
  drivers/edac/mpc85xx_edac.c:1031: error: implicit declaration of function 'edac_mc_register_mcidev_debug'
  drivers/edac/mpc85xx_edac.c:1031: error: 'debug_attr' undeclared (first use in this function)
  drivers/edac/mpc85xx_edac.c:1031: error: (Each undeclared identifier is reported only once
  drivers/edac/mpc85xx_edac.c:1031: error: for each function it appears in.)

Signed-off-by: Peter Tyser <[email protected]>
Signed-off-by: Doug Thompson <[email protected]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/edac/mpc85xx_edac.c
This page took 0.04713 seconds and 4 git commands to generate.