Re: [RFC: 2.6 patch] IDE: unsexport 3 functions

2005-02-06 Thread Adrian Bunk
On Sun, Feb 06, 2005 at 02:25:32PM +0100, Bartlomiej Zolnierkiewicz wrote: > > @@ -161,8 +161,6 @@ > > return ide_stopped; > > } > > > > -EXPORT_SYMBOL(do_rw_taskfile); > > - > > Is this patch against -mm or ide-dev-2.6? This is against -mm. But the only changes regarding do_rw_taskfile

Re: [RFC: 2.6 patch] IDE: unsexport 3 functions

2005-02-06 Thread Bartlomiej Zolnierkiewicz
> @@ -161,8 +161,6 @@ > return ide_stopped; > } > > -EXPORT_SYMBOL(do_rw_taskfile); > - Is this patch against -mm or ide-dev-2.6? do_rw_taskfile() is still needed for ide-disk.c in linus' tree, the other two exports can be removed - To unsubscribe from this list: send the line "unsubscr

[RFC: 2.6 patch] IDE: unsexport 3 functions

2005-02-04 Thread Adrian Bunk
The patch removes three unneeded EXPORT_SYMBOL's. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/ide/ide-iops.c |4 drivers/ide/ide-taskfile.c |2 -- 2 files changed, 6 deletions(-) --- linux-2.6.11-rc3-mm1-full/drivers/ide/ide-iops.c.old2005-02-05 02:54:1