aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/amba/sp810.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/amba/sp810.h')
-rw-r--r--include/linux/amba/sp810.h8
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 @@
1/* 1/*
2 * arch/arm/include/asm/hardware/sp810.h
3 *
4 * ARM PrimeXsys System Controller SP810 header file 2 * ARM PrimeXsys System Controller SP810 header file
5 * 3 *
6 * Copyright (C) 2009 ST Microelectronics 4 * Copyright (C) 2009 ST Microelectronics
@@ -11,8 +9,8 @@
11 * warranty of any kind, whether express or implied. 9 * warranty of any kind, whether express or implied.
12 */ 10 */
13 11
14#ifndef __ASM_ARM_SP810_H 12#ifndef __AMBA_SP810_H
15#define __ASM_ARM_SP810_H 13#define __AMBA_SP810_H
16 14
17#include <linux/io.h> 15#include <linux/io.h>
18 16
@@ -61,4 +59,4 @@ static inline void sysctl_soft_reset(void __iomem *base)
61 writel(0, base + SCSYSSTAT); 59 writel(0, base + SCSYSSTAT);
62} 60}
63 61
64#endif /* __ASM_ARM_SP810_H */ 62#endif /* __AMBA_SP810_H */