]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide: remove ideprobe_init()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 26 Jan 2008 19:13:05 +0000 (20:13 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 26 Jan 2008 19:13:05 +0000 (20:13 +0100)
commit151575e4644f917d3a9f83c777ac3543284954f8
tree766f73e934b270972b5875cc36cbc98e2e3b7469
parent71518342bfdfbe508ee325ab5e20984ba2da7de2
ide: remove ideprobe_init()

* Rename ide_device_add() to ide_device_add_all() and make it accept
  'u8 idx[MAX_HWIFS]' instead of 'u8 idx[4]' as an argument.

* Add ide_device_add() wrapper for ide_device_add_all().

* Convert ide_generic_init() to use ide_device_add_all().

* Remove no longer needed ideprobe_init().

There should be no functionality changes caused by this patch.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-generic.c
drivers/ide/ide-probe.c
include/linux/ide.h