]> git.baikalelectronics.ru Git - kernel.git/commit
Atari Falcon IDE: Add missing hwif variable
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 1 Feb 2008 22:09:15 +0000 (23:09 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 1 Feb 2008 22:09:15 +0000 (23:09 +0100)
commit988b14bca0e20ae98c894f5ed2630b9b80f14401
treee70c7a6f8199a170aec4076d1919fbebce0946ca
parenteefdf832e09eac6649b82ef46c17ccd23a440e4b
Atari Falcon IDE: Add missing hwif variable

Commit aeb52c4371b0028314c9b4dcd4080a14448aba76

    ide: drop 'initializing' argument from ide_register_hw()

    * Rename init_hwif_data() to ide_init_port_data() and export it.

    * For all users of ide_register_hw() with 'initializing' argument set
      hwif->present and hwif->hold are always zero so convert these host
      drivers to use ide_find_port()+ide_init_port_data()+ide_init_port_hw()
      instead (also no need for init_hwif_default() call since the setup
      done by it gets over-ridden by ide_init_port_hw() call).

    * Drop 'initializing' argument from ide_register_hw().

introduced the usage of a hwif variable, but forgot to declare the actual
variable.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/legacy/falconide.c