diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/include/mach')
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/board.h | 11 | ||||
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/entry-macro.S | 11 | ||||
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/hardware.h | 11 | ||||
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/platform.h | 11 | ||||
-rw-r--r-- | arch/arm/mach-lpc32xx/include/mach/uncompress.h | 11 |
5 files changed, 5 insertions, 50 deletions
diff --git a/arch/arm/mach-lpc32xx/include/mach/board.h b/arch/arm/mach-lpc32xx/include/mach/board.h index 52531ca7bd1d..476513d970a4 100644 --- a/arch/arm/mach-lpc32xx/include/mach/board.h +++ b/arch/arm/mach-lpc32xx/include/mach/board.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * arm/arch/mach-lpc32xx/include/mach/board.h | 3 | * arm/arch/mach-lpc32xx/include/mach/board.h |
3 | * | 4 | * |
4 | * Author: Kevin Wells <kevin.wells@nxp.com> | 5 | * Author: Kevin Wells <kevin.wells@nxp.com> |
5 | * | 6 | * |
6 | * Copyright (C) 2010 NXP Semiconductors | 7 | * Copyright (C) 2010 NXP Semiconductors |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef __ASM_ARCH_BOARD_H | 10 | #ifndef __ASM_ARCH_BOARD_H |
diff --git a/arch/arm/mach-lpc32xx/include/mach/entry-macro.S b/arch/arm/mach-lpc32xx/include/mach/entry-macro.S index 24ca11b377c8..eec0f5f7e722 100644 --- a/arch/arm/mach-lpc32xx/include/mach/entry-macro.S +++ b/arch/arm/mach-lpc32xx/include/mach/entry-macro.S | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/mach-lpc32xx/include/mach/entry-macro.S | 3 | * arch/arm/mach-lpc32xx/include/mach/entry-macro.S |
3 | * | 4 | * |
4 | * Author: Kevin Wells <kevin.wells@nxp.com> | 5 | * Author: Kevin Wells <kevin.wells@nxp.com> |
5 | * | 6 | * |
6 | * Copyright (C) 2010 NXP Semiconductors | 7 | * Copyright (C) 2010 NXP Semiconductors |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include <mach/hardware.h> | 10 | #include <mach/hardware.h> |
diff --git a/arch/arm/mach-lpc32xx/include/mach/hardware.h b/arch/arm/mach-lpc32xx/include/mach/hardware.h index 69065de97a3d..4866f096ffce 100644 --- a/arch/arm/mach-lpc32xx/include/mach/hardware.h +++ b/arch/arm/mach-lpc32xx/include/mach/hardware.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/mach-lpc32xx/include/mach/hardware.h | 3 | * arch/arm/mach-lpc32xx/include/mach/hardware.h |
3 | * | 4 | * |
4 | * Copyright (c) 2005 MontaVista Software, Inc. <source@mvista.com> | 5 | * Copyright (c) 2005 MontaVista Software, Inc. <source@mvista.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef __ASM_ARCH_HARDWARE_H | 8 | #ifndef __ASM_ARCH_HARDWARE_H |
diff --git a/arch/arm/mach-lpc32xx/include/mach/platform.h b/arch/arm/mach-lpc32xx/include/mach/platform.h index b5612a1d1839..1c53790444fc 100644 --- a/arch/arm/mach-lpc32xx/include/mach/platform.h +++ b/arch/arm/mach-lpc32xx/include/mach/platform.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/mach-lpc32xx/include/mach/platform.h | 3 | * arch/arm/mach-lpc32xx/include/mach/platform.h |
3 | * | 4 | * |
4 | * Author: Kevin Wells <kevin.wells@nxp.com> | 5 | * Author: Kevin Wells <kevin.wells@nxp.com> |
5 | * | 6 | * |
6 | * Copyright (C) 2010 NXP Semiconductors | 7 | * Copyright (C) 2010 NXP Semiconductors |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef __ASM_ARCH_PLATFORM_H | 10 | #ifndef __ASM_ARCH_PLATFORM_H |
diff --git a/arch/arm/mach-lpc32xx/include/mach/uncompress.h b/arch/arm/mach-lpc32xx/include/mach/uncompress.h index 1198a89183cd..a568812a0b91 100644 --- a/arch/arm/mach-lpc32xx/include/mach/uncompress.h +++ b/arch/arm/mach-lpc32xx/include/mach/uncompress.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/mach-lpc32xx/include/mach/uncompress.h | 3 | * arch/arm/mach-lpc32xx/include/mach/uncompress.h |
3 | * | 4 | * |
4 | * Author: Kevin Wells <kevin.wells@nxp.com> | 5 | * Author: Kevin Wells <kevin.wells@nxp.com> |
5 | * | 6 | * |
6 | * Copyright (C) 2010 NXP Semiconductors | 7 | * Copyright (C) 2010 NXP Semiconductors |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef __ASM_ARM_ARCH_UNCOMPRESS_H | 10 | #ifndef __ASM_ARM_ARCH_UNCOMPRESS_H |