Skip to content

Commit d248577

Browse files
gscuikrzk
authored andcommitted
ARM: s3c: remove unused declarations for s3c6400
These declarations for s3c6400 have been removed since commit 6bac4f7 ("ARM: s3c: remove s3c6400 support"), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: 6bac4f7 ("ARM: s3c: remove s3c6400 support") Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 200b6c1 commit d248577

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

arch/arm/mach-s3c/s3c64xx.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ struct device_node;
2323
void s3c64xx_set_xtal_freq(unsigned long freq);
2424
void s3c64xx_set_xusbxti_freq(unsigned long freq);
2525

26-
#ifdef CONFIG_CPU_S3C6400
27-
28-
extern int s3c6400_init(void);
29-
extern void s3c6400_init_irq(void);
30-
extern void s3c6400_map_io(void);
31-
32-
#else
33-
#define s3c6400_map_io NULL
34-
#define s3c6400_init NULL
35-
#endif
36-
3726
#ifdef CONFIG_CPU_S3C6410
3827

3928
extern int s3c6410_init(void);

0 commit comments

Comments
 (0)