[Linux-parport] Re: [2.6 patch] drivers/parport/share.: unexport
parport_get_port
Alexey Dobriyan
adobriyan at gmail.com
Thu Apr 6 16:03:29 EDT 2006
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().
More information about the Linux-parport
mailing list