From: Bartlomiej Zolnierkiewicz Date: Thu, 17 Apr 2008 22:46:23 +0000 (+0200) Subject: ide: remove dead/obsolete ->busproc method X-Git-Tag: v2.6.26-rc1~1148^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50672e5d7486c9ab312432cbe180ac071f1de8e0;p=pandora-kernel.git ide: remove dead/obsolete ->busproc method ->busproc method is used by HDIO_SET_BUSSTATE ioctl but it has no chance of working as intended (in 2.4.x days) because to issue an ioctl there is a device node needed and: - for BUSSTATE_TRISTATE+OFF it is too late (devices are already gone) - for BUSSTATE_TRISTATE+ON it is too early (devices are not registered yet) Just remove ->busproc method for now (it was only implemented by hpt366, siimage and tc86c001 host drivers). Cc: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed