Re: [2.6 patch] drivers/ide/: possible cleanups
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2005-05-30 21:52:31
Also in:
lkml
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2005-05-30 21:52:31
Also in:
lkml
On Mon, 2005-05-30 at 22:56 +0200, Adrian Bunk wrote:
This patch contains the following possible cleanups: - pci/cy82c693.c: make a needlessly global function static - remove the following unneeded EXPORT_SYMBOL's: - ide-taskfile.c: do_rw_taskfile - ide-iops.c: default_hwif_iops - ide-iops.c: default_hwif_transport - ide-iops.c: wait_for_ready
Are we sure we want to do that ? That would mean never having IDE host controller drivers as modules... I was thinking about toying with that again for pmac one of these days ... It may be worth, however, to rename those exported symbols to ide_* Ben.