pata_platform: Remove useless irq_flags field
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 23 Aug 2014 10:45:47 +0000 (14:45 +0400)
committerTejun Heo <tj@kernel.org>
Sat, 23 Aug 2014 17:05:08 +0000 (13:05 -0400)
commit53f3cc46336b9e514c98556b4a009a69ed808d3b
treeaaa6199a54836ae9d7f8c1021134b45feb6f1fdb
parentca99140a63b7326ee9a38f64c326317f2c63b594
pata_platform: Remove useless irq_flags field

IRQ flags can be obtained from resource structure, there are no need
to use additional field in the platform_data to store these values.
This patch removes this field and convert existing users of this driver
to use IRQ flags from the resources.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/blackfin/mach-bf537/boards/cm_bf537e.c
arch/blackfin/mach-bf537/boards/cm_bf537u.c
arch/blackfin/mach-bf537/boards/stamp.c
arch/blackfin/mach-bf537/boards/tcm_bf537.c
arch/blackfin/mach-bf561/boards/cm_bf561.c
drivers/ata/pata_of_platform.c
drivers/ata/pata_platform.c
include/linux/ata_platform.h