From: Josh Boyer Date: Wed, 2 Apr 2014 15:24:00 +0000 (-0400) Subject: net: enic: include irq.h for irqreturn_t definitions X-Git-Tag: v3.15-rc1~47^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef1f07cbf3d9b6f79beac8575554476c02c7f54;p=pandora-kernel.git net: enic: include irq.h for irqreturn_t definitions The enic driver fails to build on ARM with: In file included from drivers/net/ethernet/cisco/enic/enic_res.c:40:0: drivers/net/ethernet/cisco/enic/enic.h:48:2: error: expected specifier-qualifier-list before 'irqreturn_t' irqreturn_t (*isr)(int, void *); ^ Nothing in the driver is explicitly including the irq definitions, so we add an include of linux/irq.h to pick them up. Signed-off-by: Josh Boyer Signed-off-by: David S. Miller --- Reading git-diff-tree failed