commit | 14c6f52f607edd79e2969548c69ec311defdc17d | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Sun May 01 08:59:23 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun May 01 08:59:23 2005 -0700 |
tree | 5e7c24b6119159361638e85c173e7e03f9b0c0fb | |
parent | 306958e8e8d150b3e8bf13f66f3a6e9be7ee75ff [diff] |
[PATCH] intelfb: Remove intelfbdrv.h Ingo Oeser noticed that all that intelfbdrv.h contains are prototypes for static functions - and such prototypes don't belong into header files. This patch therefore removes drivers/video/intelfb/intelfbdrv.h and moves the prototypes to intelfbdrv.c . Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>