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

Commit 0ad73cef authored by Kukjin Kim's avatar Kukjin Kim Committed by Ben Dooks
Browse files

ARM: SAMSUNG: Remove static of S5P SoCs sysclass



This patch removes static of s5p6440_sysclass, s5p6442_sysclass,
and s5pv210_sysclass for defintion as extern.

Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 7ebd4675
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ void __init s5p6440_init_irq(void)
	s5p_init_irq(vic, ARRAY_SIZE(vic));
	s5p_init_irq(vic, ARRAY_SIZE(vic));
}
}


static struct sysdev_class s5p6440_sysclass = {
struct sysdev_class s5p6440_sysclass = {
	.name	= "s5p6440-core",
	.name	= "s5p6440-core",
};
};


+1 −1
Original line number Original line Diff line number Diff line
@@ -95,7 +95,7 @@ void __init s5p6442_init_irq(void)
	s5p_init_irq(vic, ARRAY_SIZE(vic));
	s5p_init_irq(vic, ARRAY_SIZE(vic));
}
}


static struct sysdev_class s5p6442_sysclass = {
struct sysdev_class s5p6442_sysclass = {
	.name	= "s5p6442-core",
	.name	= "s5p6442-core",
};
};


+1 −1
Original line number Original line Diff line number Diff line
@@ -100,7 +100,7 @@ void __init s5pv210_init_irq(void)
	s5p_init_irq(vic, ARRAY_SIZE(vic));
	s5p_init_irq(vic, ARRAY_SIZE(vic));
}
}


static struct sysdev_class s5pv210_sysclass = {
struct sysdev_class s5pv210_sysclass = {
	.name	= "s5pv210-core",
	.name	= "s5pv210-core",
};
};


+3 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,9 @@ extern struct sysdev_class s3c2442_sysclass;
extern struct sysdev_class s3c2443_sysclass;
extern struct sysdev_class s3c2443_sysclass;
extern struct sysdev_class s3c6410_sysclass;
extern struct sysdev_class s3c6410_sysclass;
extern struct sysdev_class s3c64xx_sysclass;
extern struct sysdev_class s3c64xx_sysclass;
extern struct sysdev_class s5p6440_sysclass;
extern struct sysdev_class s5p6442_sysclass;
extern struct sysdev_class s5pv210_sysclass;


extern void (*s5pc1xx_idle)(void);
extern void (*s5pc1xx_idle)(void);