Re: Patch to make current cvs (20010831) compile again for DECstations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Aug 31, 2001 at 08:20:10PM +0200, Karsten Merker wrote:
[snip]
> +
> +void __init maxinefb_setup(char *options, int *ints)
> +{
> +}
> +
>  
[snip]

Since this isn't being used at all, why not just remove it from fbmem.c?

Regards,

-- 
Paul Mundt <pmundt@mvista.com>
MontaVista Software, Inc.

Index: fbmem.c
===================================================================
RCS file: /cvs/linux/drivers/video/fbmem.c,v
retrieving revision 1.42
diff -u -r1.42 fbmem.c
--- fbmem.c	2001/08/23 22:24:43	1.42
+++ fbmem.c	2001/08/31 18:30:09
@@ -123,7 +123,6 @@
 extern int pmagbbfb_init(void);
 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);
 extern int radeonfb_setup(char*);
@@ -309,7 +308,7 @@
 #endif
 
 #ifdef CONFIG_FB_MAXINE
-        { "maxinefb", maxinefb_init, maxinefb_setup },
+        { "maxinefb", maxinefb_init, NULL },
 #endif
 
 

PGP signature


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux