aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap-smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap-smp.c')
-rw-r--r--arch/arm/mach-omap2/omap-smp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap-smp.c b/arch/arm/mach-omap2/omap-smp.c
index 10e070368f64..6a82fce3f822 100644
--- a/arch/arm/mach-omap2/omap-smp.c
+++ b/arch/arm/mach-omap2/omap-smp.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * OMAP4 SMP source file. It contains platform specific functions 3 * OMAP4 SMP source file. It contains platform specific functions
3 * needed for the linux smp kernel. 4 * needed for the linux smp kernel.
@@ -10,10 +11,6 @@
10 * Platform file needed for the OMAP4 SMP. This file is based on arm 11 * Platform file needed for the OMAP4 SMP. This file is based on arm
11 * realview smp platform. 12 * realview smp platform.
12 * * Copyright (c) 2002 ARM Limited. 13 * * Copyright (c) 2002 ARM Limited.
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License version 2 as
16 * published by the Free Software Foundation.
17 */ 14 */
18#include <linux/init.h> 15#include <linux/init.h>
19#include <linux/device.h> 16#include <linux/device.h>