]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
powerpc: remove unused variable
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 6 Oct 2010 00:06:44 +0000 (11:06 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Oct 2010 00:27:54 +0000 (17:27 -0700)
Since powerpc uses -Werror on arch powerpc, the build was broken like
this:

  cc1: warnings being treated as errors
  arch/powerpc/kernel/module.c: In function 'module_finalize':
  arch/powerpc/kernel/module.c:66: error: unused variable 'err'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found