video/hpfb.c section fix
authorAdrian Bunk <bunk@kernel.org>
Wed, 6 Feb 2008 09:39:06 +0000 (01:39 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:15 +0000 (10:41 -0800)
commit5a1c84f1465a90192f55e21ccc67fd396c596374
treeda76cdd2df036f7d7d613cd7a0ccca14e1c59b61
parentcfe2f714d9ebca9d17f392de1fa656d77aa2d4f1
video/hpfb.c section fix

WARNING: vmlinux.o(.text+0xb851a): Section mismatch: reference to .init.text:hpfb_init_one (between 'hpfb_dio_probe' and 'read_null')

hpfb_init_one() must be __devinit since it's called by the __devinit
hpfb_dio_probe().

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/hpfb.c