commit | 53f3cc46336b9e514c98556b4a009a69ed808d3b | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Sat Aug 23 14:45:47 2014 +0400 |
committer | Tejun Heo <tj@kernel.org> | Sat Aug 23 13:05:08 2014 -0400 |
tree | aaa6199a54836ae9d7f8c1021134b45feb6f1fdb | |
parent | ca99140a63b7326ee9a38f64c326317f2c63b594 [diff] |
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>