commit | 887c27f369abc458556a5ce8ab22ddd498474307 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sat Sep 10 00:26:52 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:29 2005 -0700 |
tree | 0086736a1b452da333b3554e24690f9df9a832b6 | |
parent | b3358a116c25267446a45e4164cb2b8e98276da0 [diff] |
[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>