Skip to content

Commit

Permalink
[ARM] S3C24XX: Compilation fix if s3c2410 is not selected
Browse files Browse the repository at this point in the history
This patch fixes compilation error if no s3c2410 processor is selected
but the s3c244x is selected. The function s3c2410_baseclk_add() is now
available for all Samsung cpus.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
[ben-linux@fluff.org: Whitespace and description fixups]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Krzysztof Helt authored and Ben Dooks committed Aug 9, 2008
1 parent af7a535 commit 631c9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-arm/plat-s3c24xx/s3c2410.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);

extern void s3c2410_init_clocks(int xtal);

extern int s3c2410_baseclk_add(void);

#else
#define s3c2410_init_clocks NULL
#define s3c2410_init_uarts NULL
#define s3c2410_map_io NULL
#define s3c2410_init NULL
#endif

extern int s3c2410_baseclk_add(void);

0 comments on commit 631c9a8

Please sign in to comment.