Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f693d7b authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a7b1bbbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+2 −2
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ static int chip0_map[] = { 1 };
static int chip1_map[] = { 2 };
static int chip2_map[] = { 3 };

struct mtd_partition bast_default_nand_part[] = {
static struct mtd_partition bast_default_nand_part[] = {
	[0] = {
		.name	= "Boot Agent",
		.size	= SZ_16K,
@@ -340,7 +340,7 @@ static struct resource bast_dm9k_resource[] = {
 * better IO routines can be written and tested
*/

struct dm9000_plat_data bast_dm9k_platdata = {
static struct dm9000_plat_data bast_dm9k_platdata = {
	.flags		= DM9000_PLATF_16BITONLY
};

+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ static struct resource vr1000_dm9k1_resource[] = {
 * better IO routines can be written and tested
*/

struct dm9000_plat_data vr1000_dm9k_platdata = {
static struct dm9000_plat_data vr1000_dm9k_platdata = {
	.flags		= DM9000_PLATF_16BITONLY,
};