From: Viresh Kumar Date: Fri, 5 Aug 2011 10:02:26 +0000 (+0530) Subject: ARM: asm/pl080.h: Protect against multiple inclusion of header file X-Git-Tag: v3.2-rc1~47^2~18^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47850a27306997be914dedcbca1dfce09fa4ef0a;p=pandora-kernel.git ARM: asm/pl080.h: Protect against multiple inclusion of header file doesn't have protection to deal with multiple inclusion. And so we get compilation errors in cases where this file is included more than once. This patch adds #ifdefs at the top of file to protect it against multiple inclusions. Signed-off-by: Viresh Kumar Acked-by: Linus Walleij Signed-off-by: Vinod Koul --- Reading git-diff-tree failed