diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-05 11:28:48 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-08 09:41:37 -0500 |
commit | 0f0f75774e8bbe058fccd5b7c4fce6988c80c4e5 (patch) | |
tree | 9fcd9f346195caa36537f195aa9d1e5ff800dca3 /arch/powerpc | |
parent | 5b629319cf58101b4d623017503d2437714e788a (diff) | |
download | u-boot-imx-0f0f75774e8bbe058fccd5b7c4fce6988c80c4e5.zip u-boot-imx-0f0f75774e8bbe058fccd5b7c4fce6988c80c4e5.tar.gz u-boot-imx-0f0f75774e8bbe058fccd5b7c4fce6988c80c4e5.tar.bz2 |
cosmetic: remove empty lines at the top of file
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/8xx_immap.h | 1 | ||||
-rw-r--r-- | arch/powerpc/include/asm/cpm_8260.h | 1 | ||||
-rw-r--r-- | arch/powerpc/include/asm/cpm_85xx.h | 1 | ||||
-rw-r--r-- | arch/powerpc/include/asm/m8260_pci.h | 1 | ||||
-rw-r--r-- | arch/powerpc/include/asm/ppc4xx-isram.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/8xx_immap.h b/arch/powerpc/include/asm/8xx_immap.h index 01129ed..dfaddb6 100644 --- a/arch/powerpc/include/asm/8xx_immap.h +++ b/arch/powerpc/include/asm/8xx_immap.h @@ -1,4 +1,3 @@ - /* * MPC8xx Internal Memory Map * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) diff --git a/arch/powerpc/include/asm/cpm_8260.h b/arch/powerpc/include/asm/cpm_8260.h index 6a4a51a..4f78186 100644 --- a/arch/powerpc/include/asm/cpm_8260.h +++ b/arch/powerpc/include/asm/cpm_8260.h @@ -1,4 +1,3 @@ - /* * MPC8260 Communication Processor Module. * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) diff --git a/arch/powerpc/include/asm/cpm_85xx.h b/arch/powerpc/include/asm/cpm_85xx.h index 1681ecd..b137a71 100644 --- a/arch/powerpc/include/asm/cpm_85xx.h +++ b/arch/powerpc/include/asm/cpm_85xx.h @@ -1,4 +1,3 @@ - /* * MPC85xx Communication Processor Module * Copyright (c) 2003,Motorola Inc. diff --git a/arch/powerpc/include/asm/m8260_pci.h b/arch/powerpc/include/asm/m8260_pci.h index 45f01de..6daca4f 100644 --- a/arch/powerpc/include/asm/m8260_pci.h +++ b/arch/powerpc/include/asm/m8260_pci.h @@ -1,4 +1,3 @@ - #ifndef _PPC_KERNEL_M8260_PCI_H #define _PPC_KERNEL_M8260_PCI_H diff --git a/arch/powerpc/include/asm/ppc4xx-isram.h b/arch/powerpc/include/asm/ppc4xx-isram.h index 04fc891..4d1106b 100644 --- a/arch/powerpc/include/asm/ppc4xx-isram.h +++ b/arch/powerpc/include/asm/ppc4xx-isram.h @@ -1,4 +1,3 @@ - /* * SPDX-License-Identifier: GPL-2.0+ */ |