diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-07-05 22:42:23 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2007-07-10 14:29:08 -0600 |
commit | 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784 (patch) | |
tree | fafdeb7aed64c0a991e734b146983f3e16c87b68 | |
parent | 514871f565dd8bd1121e4a3ac1665a790e20b8f2 (diff) | |
download | u-boot-imx-8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784.zip u-boot-imx-8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784.tar.gz u-boot-imx-8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784.tar.bz2 |
Clean up
Removed whitespace
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-rw-r--r-- | include/asm-m68k/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/io.h b/include/asm-m68k/io.h index cec25d0..8dea02a 100644 --- a/include/asm-m68k/io.h +++ b/include/asm-m68k/io.h @@ -23,7 +23,7 @@ * MA 02111-1307 USA */ - #ifndef __ASM_M68K_IO_H__ +#ifndef __ASM_M68K_IO_H__ #define __ASM_M68K_IO_H__ #include <asm/byteorder.h> |