| commit | 3b71e9e307b3406aa29960a7428247f8a48b810c | [log] [tgz] |
|---|---|---|
| author | Hannes Eder <hannes@hanneseder.net> | Sun Nov 23 20:19:33 2008 +0100 |
| committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 20:23:37 2008 +0100 |
| tree | fefc084d8930f5205bb05873b120066bb96f704d | |
| parent | a1a00b58855ccdbedf556b4f5638d5208b454472 [diff] |
x86: HPET: fix sparse warning Impact: make global variable static Fix this sparse warning: arch/x86/kernel/hpet.c:36:18: warning: symbol 'hpet_num_timers' was not declared. Should it be static? Signed-off-by: Hannes Eder <hannes@hanneseder.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>