linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kronos <kronos@kronoz.cjb.net>
To: Denis Oliver Kropp <dok@directfb.org>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: [PATCH] neo_free_fb_info shouldn't be __devinit
Date: Sat, 6 Sep 2003 23:27:51 +0200	[thread overview]
Message-ID: <20030906212751.GA15693@dreamland.darkstar.lan> (raw)

Hi,
in  drivers/video/neofb.c the  function  neo_free_fb_info  is marked  as
__devinit. However it is used  also by neofb_remove (during unload). The
following patch removes __devinit:

--- linux-2.6.a/drivers/video/neofb.c	Tue Aug 12 17:02:31 2003
+++ linux-2.6.b/drivers/video/neofb.c	Sat Sep  6 23:23:09 2003
@@ -1949,7 +1949,7 @@
 	return info;
 }
 
-static void __devinit neo_free_fb_info(struct fb_info *info)
+static void neo_free_fb_info(struct fb_info *info)
 {
 	if (info) {
 		/*


Luca
-- 
Reply-To: kronos@kronoz.cjb.net
Home: http://kronoz.cjb.net
"Chi parla in tono cortese, ma continua a prepararsi, potra` andare avanti;
 chi parla in tono bellicoso e avanza rapidamente dovra` ritirarsi" 
Sun Tzu -- L'arte della guerra


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

                 reply	other threads:[~2003-09-06 21:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030906212751.GA15693@dreamland.darkstar.lan \
    --to=kronos@kronoz.cjb.net \
    --cc=dok@directfb.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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;
as well as URLs for NNTP newsgroup(s).