From: Will Deacon Date: Tue, 26 Aug 2014 14:13:27 +0000 (+0100) Subject: irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointer X-Git-Tag: fixes-for-v3.18-merge-window~126^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fea322d1df439a8daefc6e00d65b879a03f83b17;p=pandora-kernel.git irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointer The __percpu __iomem annotations on the rdist base are contradictory and confuse static checkers such as sparse. This patch fixes the anotations so that rdist is described as a __percpu pointer to an __iomem pointer. Cc: Jason Cooper Cc: Marc Zyngier Signed-off-by: Will Deacon Acked-by: Marc Zyngier Link: https://lkml.kernel.org/r/1409062410-25891-9-git-send-email-will.deacon@arm.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed