video: nuc900fb: fix compile error
authorAxel Lin <axel.lin@gmail.com>
Mon, 17 Jan 2011 08:24:36 +0000 (16:24 +0800)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 18 Jan 2011 04:37:59 +0000 (13:37 +0900)
commitd10df505f81064cf983fb3c5111b004d181a10f5
tree8ae9fd7b5d3aedbbdca6cb73ada1aa23c03a2e32
parente6f597a1425b5af64917be3448b29e2d5a585ac8
video: nuc900fb: fix compile error

This patch fixes below compile error:

  CC      drivers/video/nuc900fb.o
drivers/video/nuc900fb.c: In function 'nuc900fb_suspend':
drivers/video/nuc900fb.c:726: error: too few arguments to function 'nuc900fb_stop_lcd'
drivers/video/nuc900fb.c: In function 'nuc900fb_resume':
drivers/video/nuc900fb.c:743: error: 'bfinfo' undeclared (first use in this function)
drivers/video/nuc900fb.c:743: error: (Each undeclared identifier is reported only once
drivers/video/nuc900fb.c:743: error: for each function it appears in.)
make[2]: *** [drivers/video/nuc900fb.o] Error 1
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/nuc900fb.c