From: Nobuhiro Iwamatsu Date: Thu, 6 Jun 2013 09:49:30 +0000 (+0000) Subject: sh_eth: add IRQ flags to 'struct sh_eth_cpu_data' X-Git-Tag: v3.11-rc1~16^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3dfd13ae8bdebea67c02612fe282baff850bb0;p=pandora-kernel.git sh_eth: add IRQ flags to 'struct sh_eth_cpu_data' The driver supports some SH and SH-Mobile SOCs. There are SOCs with two or more Ethernet devices, for these we need to pass IRQF_SHARED to request_irq(). Add the 'irq_flags' field to the 'struct sh_eth_cpu_data' instead of #ifdef'fery. Signed-off-by: Nobuhiro Iwamatsu [Sergei: properly aligned request_irq() call continuation line, reworded the changelog, reworded the subject, changing the prefix.] Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed