All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Alan Cox <alan@redhat.com>, Joachim Martillo <martillo@telfordtools.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.21pre3-ac2
Date: Fri, 10 Jan 2003 15:38:25 +0100	[thread overview]
Message-ID: <20030110143825.GN6626@fs.tum.de> (raw)
In-Reply-To: <200301090139.h091d9G26412@devserv.devel.redhat.com>

On Wed, Jan 08, 2003 at 08:39:09PM -0500, Alan Cox wrote:

>...
> Linux 2.4.21pre3-ac2
>...
> o	Driver for Aurora Sio16 PCI adapter series	(Joachim Martillo)
> 	(SIO8000P, 16000P, and CPCI)
> 	| Initial merge
>...

siolx_cleanup in drivers/char/cd1865/cd1865.c is __exit but called from 
the __init function siolx_init causing a .text.exit error when compiling 
this driver statically into the kernel. The following patch that removes 
the __exit fixes it:

--- linux-2.4.20-ac/drivers/char/cd1865/cd1865.c.old	2003-01-10 15:31:41.000000000 +0100
+++ linux-2.4.20-ac/drivers/char/cd1865/cd1865.c	2003-01-10 15:32:26.000000000 +0100
@@ -2630,7 +2630,7 @@
 }
 
 
-static void __exit siolx_cleanup(void)
+static void siolx_cleanup(void)
 {
 	siolx_release_drivers();
 	siolx_release_memory();


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  parent reply	other threads:[~2003-01-10 14:29 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-09  1:39 Linux 2.4.21pre3-ac2 Alan Cox
2003-01-09  2:02 ` Paulo Andre'
2003-01-09 11:24 ` Linux 2.4.21pre3-ac2 - some trivial patches Eyal Lebedinsky
     [not found]   ` <1042134064.27796.18.camel@irongate.swansea.linux.org.uk>
2003-01-09 21:10     ` Eyal Lebedinsky
2003-01-09 12:14 ` Linux 2.4.21pre3-ac2 Adrian Bunk
2003-01-09 13:15   ` Arjan van de Ven
2003-01-09 13:27     ` Adrian Bunk
2003-01-09 23:37 ` Jean-Daniel Pauget
2003-01-10  2:25   ` Alan Cox
2003-01-13  3:33   ` Bill Davidsen
2003-01-13 15:01     ` Alan Cox
2003-01-13 17:22       ` John Stoffel
2003-01-14 11:17         ` Horst von Brand
2003-01-10  9:45 ` Ralf Hildebrandt
2003-01-10 12:00   ` Alan Cox
2003-01-10 11:15     ` Ralf Hildebrandt
2003-01-10 13:30       ` Ralf Hildebrandt
2003-01-10 14:17         ` Ralf Hildebrandt
2003-01-10 15:17           ` Alan Cox
2003-01-10 11:21     ` Ralf Hildebrandt
2003-01-10 14:38 ` Adrian Bunk [this message]
     [not found] <20030109015006$7068@gated-at.bofh.it>
2003-01-09  5:32 ` Allan Duncan
  -- strict thread matches above, loose matches on Subject: below --
2003-01-09 11:42 rwhron
2003-01-09 23:15 Michael Madore
     [not found] <20030113034016$67b9@gated-at.bofh.it>
     [not found] ` <20030113142009$6327@gated-at.bofh.it>
2003-01-13 14:32   ` Bertrand VIEILLE [Bébert]

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=20030110143825.GN6626@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martillo@telfordtools.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.