diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-13 04:38:58 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-21 20:49:35 -0500 |
commit | 3b8509b5f2c14403d4bfaec56842ad0ed5389022 (patch) | |
tree | 51dbd2f29f007893c1c5a31078db6c5c7ab58b34 | |
parent | e55355453600a33bb5ca4f71f2d7214875f3b061 (diff) |
ARM: mvebu: remove unused register offset definition
Since commit b21dcafea36d ("arm: mvebu: remove dependency of SMP init
on static I/O mapping"), the COHERENCY_FABRIC_CFG_OFFSET register
offset definition is no longer used, so this commit removes it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1415871540-20302-4-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/mach-mvebu/coherency.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/coherency.c b/arch/arm/mach-mvebu/coherency.c index c31f4c00b1fc..db2f5bd280dd 100644 --- a/arch/arm/mach-mvebu/coherency.c +++ b/arch/arm/mach-mvebu/coherency.c | |||
@@ -42,8 +42,6 @@ void __iomem *coherency_base; | |||
42 | static void __iomem *coherency_cpu_base; | 42 | static void __iomem *coherency_cpu_base; |
43 | 43 | ||
44 | /* Coherency fabric registers */ | 44 | /* Coherency fabric registers */ |
45 | #define COHERENCY_FABRIC_CFG_OFFSET 0x4 | ||
46 | |||
47 | #define IO_SYNC_BARRIER_CTL_OFFSET 0x0 | 45 | #define IO_SYNC_BARRIER_CTL_OFFSET 0x0 |
48 | 46 | ||
49 | enum { | 47 | enum { |