Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Paul Mundt <pmundt@MVista.COM>
To: Karsten Merker <karsten@excalibur.cologne.de>
Cc: linux-mips@oss.sgi.com, hkoerfg@web.de
Subject: Re: Patch to make current cvs (20010831) compile again for DECstations
Date: Fri, 31 Aug 2001 11:20:07 -0700	[thread overview]
Message-ID: <20010831112007.A5959@mvista.com> (raw)
In-Reply-To: <20010831202010.A1334@excalibur.cologne.de>


[-- Attachment #1.1: Type: text/plain, Size: 321 bytes --]

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.


[-- Attachment #1.2: maxinefb-nosetup.diff --]
[-- Type: text/plain, Size: 735 bytes --]

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
 
 

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

      reply	other threads:[~2001-08-31 18:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-31 18:20 Patch to make current cvs (20010831) compile again for DECstations Karsten Merker
2001-08-31 18:20 ` Paul Mundt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010831112007.A5959@mvista.com \
    --to=pmundt@mvista.com \
    --cc=hkoerfg@web.de \
    --cc=karsten@excalibur.cologne.de \
    --cc=linux-mips@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox