diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-22 06:51:34 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-22 06:51:34 (GMT) |
commit | 985990137e81ca9fd6561cd0f7d1a9695ec57d5a (patch) | |
tree | 7a67493285623a7356ba7065cada6728993d1a3b /arch/arm/mach-s3c2410/mach-anubis.c | |
parent | 834289447542b7ec55c0847486616d4d53ddf891 (diff) | |
parent | 63172cb3d5ef762dcb60a292bc7f016b85cf6e1f (diff) | |
download | linux-fsl-qoriq-985990137e81ca9fd6561cd0f7d1a9695ec57d5a.tar.xz |
Merge changes from linux-2.6 by hand
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-anubis.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-anubis.c | 2 |
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 7c05f27..5ae80f4 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, |