[PATCH] fix unusual placement of inline keyword in hpet
authorAdrian Bunk <bunk@stusta.de>
Sat, 10 Sep 2005 07:26:52 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:29 +0000 (10:06 -0700)
commit887c27f369abc458556a5ce8ab22ddd498474307
tree0086736a1b452da333b3554e24690f9df9a832b6
parentb3358a116c25267446a45e4164cb2b8e98276da0
[PATCH] fix unusual placement of inline keyword in hpet

With gcc -W:

drivers/char/hpet.c:102: warning: `inline' is not at beginning of declaration
drivers/char/hpet.c:109: warning: `inline' is not at beginning of declaration

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/hpet.c