diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-12-30 10:34:57 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-02 10:46:41 +0100 |
commit | e0ea041478e03e99f45fa83734c009198a7e3764 (patch) | |
tree | 117980d907118db4fcb837c0e2b16e8084c254fb /include/linux/amba | |
parent | 0a4a6647426ff65332e66bc84ab19a64ac58114f (diff) | |
download | blackbird-obmc-linux-e0ea041478e03e99f45fa83734c009198a7e3764.tar.gz blackbird-obmc-linux-e0ea041478e03e99f45fa83734c009198a7e3764.zip |
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>
Diffstat (limited to 'include/linux/amba')
-rw-r--r-- | include/linux/amba/sp810.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/linux/amba/sp810.h b/include/linux/amba/sp810.h index 6636430dd0e6..c7df89f99115 100644 --- a/include/linux/amba/sp810.h +++ b/include/linux/amba/sp810.h @@ -1,6 +1,4 @@ /* - * arch/arm/include/asm/hardware/sp810.h - * * ARM PrimeXsys System Controller SP810 header file * * Copyright (C) 2009 ST Microelectronics @@ -11,8 +9,8 @@ * warranty of any kind, whether express or implied. */ -#ifndef __ASM_ARM_SP810_H -#define __ASM_ARM_SP810_H +#ifndef __AMBA_SP810_H +#define __AMBA_SP810_H #include <linux/io.h> @@ -61,4 +59,4 @@ static inline void sysctl_soft_reset(void __iomem *base) writel(0, base + SCSYSSTAT); } -#endif /* __ASM_ARM_SP810_H */ +#endif /* __AMBA_SP810_H */ |