* [2.6 patch] drivers/parport/share.: unexport parport_get_port
@ 2006-04-05 16:37 Adrian Bunk
2006-04-06 20:03 ` Alexey Dobriyan
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-04-05 16:37 UTC (permalink / raw)
To: philb, tim, andrea; +Cc: linux-parport, linux-kernel
This patch removes the unused EXPORT_SYMBOL(parport_get_port).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.17-rc1-mm1-full/drivers/parport/share.c.old 2006-04-05 17:12:05.000000000 +0200
+++ linux-2.6.17-rc1-mm1-full/drivers/parport/share.c 2006-04-05 17:12:42.000000000 +0200
@@ -1003,7 +1003,6 @@
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);
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.6 patch] drivers/parport/share.: unexport parport_get_port
2006-04-05 16:37 [2.6 patch] drivers/parport/share.: unexport parport_get_port Adrian Bunk
@ 2006-04-06 20:03 ` Alexey Dobriyan
0 siblings, 0 replies; 3+ messages in thread
From: Alexey Dobriyan @ 2006-04-06 20:03 UTC (permalink / raw)
To: Adrian Bunk; +Cc: philb, tim, andrea, linux-parport, linux-kernel
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().
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6 patch] drivers/parport/share.: unexport parport_get_port
@ 2006-04-18 22:07 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-04-18 22:07 UTC (permalink / raw)
To: Andrew Morton; +Cc: philb, tim, andrea, linux-parport, linux-kernel
This patch removes the unused EXPORT_SYMBOL(parport_get_port).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 5 Apr 2006
--- linux-2.6.17-rc1-mm1-full/drivers/parport/share.c.old 2006-04-05 17:12:05.000000000 +0200
+++ linux-2.6.17-rc1-mm1-full/drivers/parport/share.c 2006-04-05 17:12:42.000000000 +0200
@@ -1003,7 +1003,6 @@
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);
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-04-18 22:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05 16:37 [2.6 patch] drivers/parport/share.: unexport parport_get_port Adrian Bunk
2006-04-06 20:03 ` Alexey Dobriyan
-- strict thread matches above, loose matches on Subject: below --
2006-04-18 22:07 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox