commit | 47850a27306997be914dedcbca1dfce09fa4ef0a | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Fri Aug 05 15:32:26 2011 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Aug 25 19:33:37 2011 +0530 |
tree | 28f6d78992ffe7d8a259f18ab55c38bce2b9d1aa | |
parent | d7db80801f8117cf210b9e2cd2c800e326d59fa2 [diff] |
ARM: asm/pl080.h: Protect against multiple inclusion of header file <asm/hardware/pl080.h> 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 <viresh.kumar@st.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>