linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] neo_free_fb_info shouldn't be __devinit
@ 2003-09-06 21:27 Kronos
  0 siblings, 0 replies; only message in thread
From: Kronos @ 2003-09-06 21:27 UTC (permalink / raw)
  To: Denis Oliver Kropp; +Cc: linux-fbdev-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-06 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-06 21:27 [PATCH] neo_free_fb_info shouldn't be __devinit Kronos

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).