lkml.org 
[lkml]   [2004]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    SubjectRe: 2.6.1-mm4
    Date
    Hi Andrew,

    the attached patch fixes a link error of the kernel module 'drivers/scsi/
    pcmcia/aha152x_cs.ko' because of two module_init() and two module_exit()
    functions. Now the module links but I did not test it further...

    Best regards
    Thomas Schlichter
    --- linux-2.6.1-mm4/drivers/scsi/aha152x.c.orig 2004-01-16 16:26:09.018919528 +0100
    +++ linux-2.6.1-mm4/drivers/scsi/aha152x.c 2004-01-16 16:26:42.661805032 +0100
    @@ -3914,5 +3914,7 @@
    .use_clustering = DISABLE_CLUSTERING,
    };

    +#if !defined(PCMCIA)
    module_init(aha152x_init);
    module_exit(aha152x_exit);
    +#endif[unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2005-03-22 14:00    [W:3.636 / U:0.732 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site