aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/mach-anubis.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2005-10-12 19:58:07 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-10-12 19:58:07 +0100
commit9f693d7b149a74bac301ee47136359294cffed25 (patch)
tree5cedfec20f95b07006e5ea2add7c0c2b6bb40612 /arch/arm/mach-s3c2410/mach-anubis.c
parent[ARM] 2977/1: armksyms.c - make items in export table static (diff)
downloadlinux-dev-9f693d7b149a74bac301ee47136359294cffed25.tar.xz
linux-dev-9f693d7b149a74bac301ee47136359294cffed25.zip
[ARM] 2979/2: S3C2410 - add static to non-exported machine items
Patch from Ben Dooks Do not export items that are not needed by symbol name elsewhere Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-s3c2410/mach-anubis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-anubis.c b/arch/arm/mach-s3c2410/mach-anubis.c
index 7c05f27fe1d6..5ae80f4e3e67 100644
--- a/arch/arm/mach-s3c2410/mach-anubis.c
+++ b/arch/arm/mach-s3c2410/mach-anubis.c
@@ -125,7 +125,7 @@ static int external_map[] = { 2 };
static int chip0_map[] = { 0 };
static int chip1_map[] = { 1 };
-struct mtd_partition anubis_default_nand_part[] = {
+static struct mtd_partition anubis_default_nand_part[] = {
[0] = {
.name = "Boot Agent",
.size = SZ_16K,