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)
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>

No differences found