[PATCH] export symbol (unregister_ata_driver)

Jan Marek (linux@hazard.jcu.cz)
Thu, 22 Aug 2002 07:56:23 +0200


--A6N2fC+uXW/VQSAv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hallo l-k,

when I compiled 2.5.31 kernel, I have ide-scsi as modul, but while
depmod is running, I've got message:

if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.31; fi
depmod: *** Unresolved symbols in
/lib/modules/2.5.31/kernel/drivers/scsi/ide-scsi.o
depmod: unregister_ata_driver

Then I sending patch for drivers/ide/main.c, which is need for export
this symbol...

Sincerely
Jan Marek

-- 
Ing. Jan Marek
University of South Bohemia
Academic Computer Centre
Phone: +420-38-7772080

--A6N2fC+uXW/VQSAv Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="main.c.diff"

--- drivers/ide/main.c.old 2002-08-11 03:41:16.000000000 +0200 +++ drivers/ide/main.c 2002-08-22 07:41:03.000000000 +0200 @@ -1124,6 +1124,7 @@ } } +EXPORT_SYMBOL(unregister_ata_driver); EXPORT_SYMBOL(ide_hwifs); EXPORT_SYMBOL(ide_lock);

--A6N2fC+uXW/VQSAv-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/