commit | 41c28ff1635e71af072c4711ff5fadd5855d48e7 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu Mar 23 03:00:56 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Mar 23 07:38:16 2006 -0800 |
tree | 821a819a43b55d610d862e31b7312b6260311239 | |
parent | 772a0dc5d2103baff2f15c2668930bcd37add777 [diff] |
[PATCH] kill _INLINE_ This patch removes all occurances of _INLINE_ in the kernel. With the exception of tty_flip.h, I've simply removed the inline's since gcc should know best which functions to be inlined. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>