From: Mike Frysinger Date: Mon, 8 Jun 2009 13:51:30 +0000 (-0400) Subject: Blackfin: fix flag storage for irq funcs X-Git-Tag: v2.6.31-rc1~311^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ee3ab81c222219ad4467b75b406efe2616d8a4;p=pandora-kernel.git Blackfin: fix flag storage for irq funcs The IRQ functions take an "unsigned long" flags variable, not any other type, so fix the places where we use "int" or "long". Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed