aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.c')
-rw-r--r--arch/arm/mach-omap2/omap_device.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c
index 41c7b905980a..3acb4192918d 100644
--- a/arch/arm/mach-omap2/omap_device.c
+++ b/arch/arm/mach-omap2/omap_device.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * omap_device implementation 3 * omap_device implementation
3 * 4 *
@@ -9,10 +10,6 @@
9 * Pandita, Sakari Poussa, Anand Sawant, Santosh Shilimkar, Richard 10 * Pandita, Sakari Poussa, Anand Sawant, Santosh Shilimkar, Richard
10 * Woodruff 11 * Woodruff
11 * 12 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
15 *
16 * This code provides a consistent interface for OMAP device drivers 13 * This code provides a consistent interface for OMAP device drivers
17 * to control power management and interconnect properties of their 14 * to control power management and interconnect properties of their
18 * devices. 15 * devices.
@@ -20,8 +17,6 @@
20 * In the medium- to long-term, this code should be implemented as a 17 * In the medium- to long-term, this code should be implemented as a
21 * proper omap_bus/omap_device in Linux, no more platform_data func 18 * proper omap_bus/omap_device in Linux, no more platform_data func
22 * pointers 19 * pointers
23 *
24 *
25 */ 20 */
26#undef DEBUG 21#undef DEBUG
27 22