Coding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese
2007-07-16 13:11:12 +02:00
parent c7e8410e3c
commit c883f6ea32
3 changed files with 3 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#ifndef __IMMAP_H
#define __IMMAP_H
#ifdef CONFIG_M5329
#include <asm/immap_5329.h>
#include <asm/m5329.h>
@@ -53,5 +53,5 @@
#define CFG_INTR_BASE (MMAP_INTC0)
#define CFG_NUM_IRQS (128)
#endif /* CONFIG_M5329 */
#endif /* __IMMAP_H */