Re: [2.6 patch] drivers/parport/share.: unexport parport_get_port

From: Alexey Dobriyan
Date: Thu Apr 06 2006 - 16:03:38 EST


On Wed, Apr 05, 2006 at 06:37:27PM +0200, Adrian Bunk wrote:
> This patch removes the unused EXPORT_SYMBOL(parport_get_port).

> --- linux-2.6.17-rc1-mm1-full/drivers/parport/share.c.old
> +++ linux-2.6.17-rc1-mm1-full/drivers/parport/share.c

> -EXPORT_SYMBOL(parport_get_port);
> EXPORT_SYMBOL(parport_put_port);

This looks wrong even it's unused. Think exporting kfree() and not
exporting kmalloc().

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