From: Alexander Shiyan Date: Sat, 23 Aug 2014 10:45:47 +0000 (+0400) Subject: pata_platform: Remove useless irq_flags field X-Git-Tag: fixes-against-v3.18-rc2~136^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f3cc46336b9e514c98556b4a009a69ed808d3b;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed