From: Bartlomiej Zolnierkiewicz Date: Sat, 26 Jan 2008 19:13:06 +0000 (+0100) Subject: ide: fix host drivers depending on ide_generic to probe for interfaces (take 2) X-Git-Tag: v2.6.25-rc1~1227^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac4ce742c66100931b6f2d7a36b0df08bc721fe;p=pandora-kernel.git ide: fix host drivers depending on ide_generic to probe for interfaces (take 2) * Add mpc8xx_ide_probe() to mpc8xx.c and call it from probe_for_hwifs(). * Convert ide_arm, ide-cris, ide-h8300, ide-pnp, buddha, falconide, gayle, macide, q40ide, cmd640 and mpc8xx host drivers to use ide_device_add(). This removes dependency on ide_generic for these drivers so update ide/Kconfig accordingly. v2: * ide_arm build fix (s/ide_device_idx/ide_device_add/) (Thanks to Christoph Lameter for reporting the problem). Cc: Mikael Starvik Cc: Geert Uytterhoeven Cc: Roman Zippel Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed