From: Sergei Shtylyov Date: Mon, 26 Jun 2006 07:26:16 +0000 (-0700) Subject: [PATCH] ide: pdc202xx_old: remove the obsolete busproc X-Git-Tag: v2.6.18-rc1~729 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6ebe016bf68fc9b3f3f2ce79c1918b0808481c;p=pandora-kernel.git [PATCH] ide: pdc202xx_old: remove the obsolete busproc Remove the busproc from pdc202xx_old.c because: - it handles the obsolete HDIO_TRISTATE_HWIF ioctl instead of the modern HDIO_SET_BUSSTATE, so treats its argument wrong; - I don't think that tristating both channels is good idea (probably can't be done otherwise since there seems to be only single bit controlling this). Signed-off-by: Sergei Shtylyov Cc: Bartlomiej Zolnierkiewicz Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed