All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/parport/share.: unexport parport_get_port
@ 2006-04-18 22:07 Adrian Bunk
  2006-04-19 20:03 ` [Linux-parport] " Adam Baker
  0 siblings, 1 reply; 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

* Re: [Linux-parport] [2.6 patch] drivers/parport/share.: unexport parport_get_port
  2006-04-18 22:07 [2.6 patch] drivers/parport/share.: unexport parport_get_port Adrian Bunk
@ 2006-04-19 20:03 ` Adam Baker
  2006-04-19 21:02   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Baker @ 2006-04-19 20:03 UTC (permalink / raw)
  To: linux-parport
  Cc: Adrian Bunk, Andrew Morton, philb, andrea, tim, linux-kernel

On Tuesday 18 April 2006 23:07, Adrian Bunk wrote:
> This patch removes the unused EXPORT_SYMBOL(parport_get_port).
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>

It may be unused by any drivers that ship with the kernel but it is used by 
the ppscsi patch to support SCSI over parallel port devices. This export was 
removed in 2.6.10 and put back in in 2.6.16 so someone else obviously thinks 
it should be exported.

> ---
>
> 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

* Re: [Linux-parport] [2.6 patch] drivers/parport/share.: unexport parport_get_port
  2006-04-19 20:03 ` [Linux-parport] " Adam Baker
@ 2006-04-19 21:02   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-04-19 21:02 UTC (permalink / raw)
  To: Adam Baker; +Cc: linux-parport, Andrew Morton, philb, andrea, tim, linux-kernel

On Wed, Apr 19, 2006 at 09:03:17PM +0100, Adam Baker wrote:
> On Tuesday 18 April 2006 23:07, Adrian Bunk wrote:
> > This patch removes the unused EXPORT_SYMBOL(parport_get_port).
> >
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> >
> 
> It may be unused by any drivers that ship with the kernel but it is used by 
> the ppscsi patch to support SCSI over parallel port devices. This export was 
> removed in 2.6.10 and put back in in 2.6.16 so someone else obviously thinks 
> it should be exported.
>...

That someone else thinks it should be exported hasn't any value.

If the SCSI over parallel port drivers are considered valuable, someone 
should work on getting them included in the kernel.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-19 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-18 22:07 [2.6 patch] drivers/parport/share.: unexport parport_get_port Adrian Bunk
2006-04-19 20:03 ` [Linux-parport] " Adam Baker
2006-04-19 21:02   ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.