sh: perf events: Fix up uninitialized variable warning.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 5 Nov 2009 04:56:50 +0000 (13:56 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 5 Nov 2009 04:56:50 +0000 (13:56 +0900)
'config' can be unintialized, and although it's not really an error, it
still manages to trigger the -Werror with certain toolchains. Initialize
it early to shut up gcc.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found