From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Sun, 31 Jul 2011 00:16:31 +0200 Subject: [PATCH 01/18] ARM: asm/pl080.h: Protect against multiple inclusion of header file In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2011/7/29 Viresh Kumar : > 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 Good idea. Acked-by: Linus Walleij Thanks, Linus Walleij