]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0efb977251fa8f35043d47e7c66a76a69afcc71d
treeaaa6199a54836ae9d7f8c1021134b45feb6f1fdb
parentfc7d03ec027e42575dd7f065afefae7cb34b90ff
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