From: Thomas Gleixner Date: Thu, 19 Apr 2012 09:53:25 +0000 (+0200) Subject: genirq: Streamline irq_action X-Git-Tag: v3.5-rc1~160^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0ecaa06d6d40cb02cd264ddb308e82f0a49ec91;p=pandora-kernel.git genirq: Streamline irq_action There is no need to have flags as unsigned long. Make it unsigned int and put it together with irq so it does not waste space on 64 bit. Make irq unsigned int while at it. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed