Commit 099932cf authored by Linus Torvalds's avatar Linus Torvalds

Compiler warning - unused variable

parent e443df7e
......@@ -73,7 +73,7 @@ extern void show_registers(struct pt_regs *regs);
int __init check_nmi_watchdog (void)
{
irq_cpustat_t tmp[NR_CPUS];
int j, cpu;
int cpu;
printk(KERN_INFO "testing NMI watchdog ... ");
......
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