]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Silent drivers/char/hpet.c build warnings on i386
authorS.Çağlar Onur <caglar@pardus.org.tr>
Wed, 26 Sep 2007 09:15:33 +0000 (12:15 +0300)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 26 Sep 2007 16:22:04 +0000 (09:22 -0700)
commit3dffec45c2742961dd27f55aba426cb9cf3f0dcd
tree59bdef31b193453099661d2ab243f6e0cdefe04c
parent255129d1e9ca0ed3d69d5517fae3e03d7ab4b806
Silent drivers/char/hpet.c build warnings on i386

Following patch silents;

...
drivers/char/hpet.c:72: warning: 'clocksource_hpet' defined but not used
drivers/char/hpet.c:81: warning: 'hpet_clocksource' defined but not used
...

build warnings on i386, they appeared after commit 3b2b64fd311c92f2137eb7cee7025794cd854057

Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
--
 drivers/char/hpet.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
drivers/char/hpet.c