Skip to content
Snippets Groups Projects
Commit 9b8c0088 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[ARM] 4792/1: S3C24XX: Remove warnings from debug-macro.S


Remove warnings left in include/asm-arm/arch-s3c2410/debug-macro.S
whilst these where being experimented with.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ddd870bd
No related branches found
No related tags found
No related merge requests found
...@@ -92,11 +92,9 @@ ...@@ -92,11 +92,9 @@
#if defined(CONFIG_CPU_LLSERIAL_S3C2410_ONLY) #if defined(CONFIG_CPU_LLSERIAL_S3C2410_ONLY)
#define fifo_full fifo_full_s3c2410 #define fifo_full fifo_full_s3c2410
#define fifo_level fifo_level_s3c2410 #define fifo_level fifo_level_s3c2410
#warning 2410only
#elif !defined(CONFIG_CPU_LLSERIAL_S3C2440_ONLY) #elif !defined(CONFIG_CPU_LLSERIAL_S3C2440_ONLY)
#define fifo_full fifo_full_s3c24xx #define fifo_full fifo_full_s3c24xx
#define fifo_level fifo_level_s3c24xx #define fifo_level fifo_level_s3c24xx
#warning generic
#endif #endif
/* include the reset of the code which will do the work */ /* include the reset of the code which will do the work */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment