Help external ppSCSI driver by exporting parport_get_port to match the parport_put_port.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- diff -Nru a/drivers/parport/share.c b/drivers/parport/share.c --- a/drivers/parport/share.c 2004-10-28 10:39:58 +03:00 +++ b/drivers/parport/share.c 2004-12-15 22:50:57 +02:00 @@ -1007,6 +1007,7 @@ EXPORT_SYMBOL(parport_unregister_driver); EXPORT_SYMBOL(parport_register_device); EXPORT_SYMBOL(parport_unregister_device); +EXPORT_SYMBOL(parport_get_port); EXPORT_SYMBOL(parport_put_port); EXPORT_SYMBOL(parport_find_number); EXPORT_SYMBOL(parport_find_base); -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/