commit | 7c6d45e665d5322401e4439060bbf758b08422d4 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Wed Oct 06 11:06:44 2010 +1100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 05 17:27:54 2010 -0700 |
tree | b5ff24f1484073bb37e6b52a61177c5004602c73 | |
parent | e1d9694cae722d00a94fb58f901aa69c9c324a16 [diff] |
powerpc: remove unused variable 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>