Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: fix comment header and macro name

Commit da660b4a3b15 ("arm: Move sp810.h to include/linux/amba/")
moved the file to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also change the header
file protection macros appropriately.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Sachin Kamat and committed by
Jiri Kosina
e0ea0414 0a4a6647

+3 -5
+3 -5
include/linux/amba/sp810.h
··· 1 1 /* 2 - * arch/arm/include/asm/hardware/sp810.h 3 - * 4 2 * ARM PrimeXsys System Controller SP810 header file 5 3 * 6 4 * Copyright (C) 2009 ST Microelectronics ··· 9 11 * warranty of any kind, whether express or implied. 10 12 */ 11 13 12 - #ifndef __ASM_ARM_SP810_H 13 - #define __ASM_ARM_SP810_H 14 + #ifndef __AMBA_SP810_H 15 + #define __AMBA_SP810_H 14 16 15 17 #include <linux/io.h> 16 18 ··· 59 61 writel(0, base + SCSYSSTAT); 60 62 } 61 63 62 - #endif /* __ASM_ARM_SP810_H */ 64 + #endif /* __AMBA_SP810_H */