diff options
author | Wolfgang Denk <wd@denx.de> | 2010-05-26 23:51:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-26 23:51:22 +0200 |
commit | c4976807cbbabd281f45466ac5e47e5639bcc9cb (patch) | |
tree | a2d8c1896b4aba85f3b5f5d174caf22d7d6fd78d /arch/i386/include | |
parent | 45b728cdeef2880ab1e7ebb22eac683900a171a0 (diff) | |
download | u-boot-imx-c4976807cbbabd281f45466ac5e47e5639bcc9cb.zip u-boot-imx-c4976807cbbabd281f45466ac5e47e5639bcc9cb.tar.gz u-boot-imx-c4976807cbbabd281f45466ac5e47e5639bcc9cb.tar.bz2 |
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/i386/include')
-rw-r--r-- | arch/i386/include/asm/bootparam.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/i386/include/asm/bootparam.h b/arch/i386/include/asm/bootparam.h index 64d2e1f..1400951 100644 --- a/arch/i386/include/asm/bootparam.h +++ b/arch/i386/include/asm/bootparam.h @@ -117,7 +117,4 @@ enum { X86_SUBARCH_MRST, X86_NR_SUBARCHS, }; - - - #endif /* _ASM_X86_BOOTPARAM_H */ |