]> git.baikalelectronics.ru Git - kernel.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)
commit1e85800635bbe5271bcaa72deed083ba2a38d8e5
tree59bdef31b193453099661d2ab243f6e0cdefe04c
parente4deee0d7be210cf660cc9ec063dad19be5c4404
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 79844ab41cfe7cc27866671062a66187c2e313de

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