Update of /cvsroot/linux-mips/linux/drivers/video
In directory usw-pr-cvs1:/tmp/cvs-serv32410
Modified Files:
fbmem.c
Log Message:
Make compile again.
Index: fbmem.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/drivers/video/fbmem.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** fbmem.c 2001/08/30 21:41:05 1.4
--- fbmem.c 2001/09/06 16:57:32 1.5
***************
*** 124,128 ****
extern int pmagbbfb_setup(char *options, int *ints);
extern void maxinefb_init(void);
- extern void maxinefb_setup(char *options, int *ints);
extern int tx3912fb_init(void);
extern int radeonfb_init(void);
--- 124,127 ----
***************
*** 320,324 ****
#ifdef CONFIG_FB_MAXINE
! { "maxinefb", maxinefb_init, maxinefb_setup },
#endif
--- 319,323 ----
#ifdef CONFIG_FB_MAXINE
! { "maxinefb", maxinefb_init, NULL },
#endif
|