Skip to content
Snippets Groups Projects
Commit e0ea0414 authored by Sachin Kamat's avatar Sachin Kamat Committed by Jiri Kosina
Browse files

arm: fix comment header and macro name


Commit da660b4a ("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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0a4a6647
No related branches found
No related tags found
No related merge requests found
/* /*
* arch/arm/include/asm/hardware/sp810.h
*
* ARM PrimeXsys System Controller SP810 header file * ARM PrimeXsys System Controller SP810 header file
* *
* Copyright (C) 2009 ST Microelectronics * Copyright (C) 2009 ST Microelectronics
...@@ -11,8 +9,8 @@ ...@@ -11,8 +9,8 @@
* warranty of any kind, whether express or implied. * warranty of any kind, whether express or implied.
*/ */
#ifndef __ASM_ARM_SP810_H #ifndef __AMBA_SP810_H
#define __ASM_ARM_SP810_H #define __AMBA_SP810_H
#include <linux/io.h> #include <linux/io.h>
...@@ -61,4 +59,4 @@ static inline void sysctl_soft_reset(void __iomem *base) ...@@ -61,4 +59,4 @@ static inline void sysctl_soft_reset(void __iomem *base)
writel(0, base + SCSYSSTAT); writel(0, base + SCSYSSTAT);
} }
#endif /* __ASM_ARM_SP810_H */ #endif /* __AMBA_SP810_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment