summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/pm.h
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-09-27 12:37:15 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-01-11 13:21:24 +0100
commit6cc7fbdf8d931eefa2d0aabf0d2840e94ba09ae5 (patch)
tree85345216c80a59643c4317ce4589a306706a9195 /arch/arm/mach-at91/pm.h
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
downloadlwn-6cc7fbdf8d931eefa2d0aabf0d2840e94ba09ae5.tar.gz
lwn-6cc7fbdf8d931eefa2d0aabf0d2840e94ba09ae5.zip
ARM: at91: pm: remove useless extern definition
at91_ramc_base is local to pm.c, remove its definition in pm.h Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-at91/pm.h')
-rw-r--r--arch/arm/mach-at91/pm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/pm.h b/arch/arm/mach-at91/pm.h
index 3fcf8810f14e..bf980c6ef294 100644
--- a/arch/arm/mach-at91/pm.h
+++ b/arch/arm/mach-at91/pm.h
@@ -18,8 +18,6 @@
#include <soc/at91/at91sam9_sdramc.h>
#ifndef __ASSEMBLY__
-extern void __iomem *at91_ramc_base[];
-
#define at91_ramc_read(id, field) \
__raw_readl(at91_ramc_base[id] + field)