Commit d5fd9cdb authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Remove duplicate declaration of debug var from longhaul.

Spotted by Joe Perches.

I'm surprised gcc didn't at least warn about this.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 308f5c73
...@@ -42,7 +42,6 @@ static int vrmrev; ...@@ -42,7 +42,6 @@ static int vrmrev;
/* Module parameters */ /* Module parameters */
static int dont_scale_voltage; static int dont_scale_voltage;
static int debug; static int debug;
static int debug;
static void dprintk(const char *msg, ...) static void dprintk(const char *msg, ...)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment