On Tue, Jul 31, 2007 at 11:09:32PM -0700, Andrew Morton wrote:pm3fb_init() needlessly became global. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/video/pm3fb.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 9d0fd36d6429c19ac4377c19172d021b3aaa52e8 diff --git a/drivers/video/pm3fb.c b/drivers/video/pm3fb.c index 3f004e8..195bcdb 100644 --- a/drivers/video/pm3fb.c +++ b/drivers/video/pm3fb.c @@ -798,8 +798,6 @@ static void pm3fb_write_mode(struct fb_info *info) /* * hardware independent functions */ -int pm3fb_init(void); - static int pm3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) { u32 lpitch; @@ -1419,7 +1417,7 @@ static int __init pm3fb_setup(char *options) } #endif /* MODULE */ -int __init pm3fb_init(void) +static int __init pm3fb_init(void) { /* * For kernel boot options (in 'video=pm3fb:<options>' format) -
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Nick Piggin | [patch 3/6] mm: fix fault vs invalidate race for linear mappings |
| Stefan Richter | Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures |
| Ingo Molnar | [bug] stuck localhost TCP connections, v2.6.26-rc3+ |
git: | |
| Peter Zijlstra | Re: [PATCH 3/3] Convert the UDP hash lock to RCU |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: 2.6.25-rc8: FTP transfer errors |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Doug Evans | Re: Stabilizing Linux |
| Robert Blum | And another version of the INFO sheet |
| Marc CORSINI | find-1.2 (binaries only) |
| Yanek Martinson | Re: Porting g++ 1.40.3 |
