summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/attribute_container.c2
-rw-r--r--drivers/base/bus.c3
-rw-r--r--drivers/base/cacheinfo.c12
-rw-r--r--drivers/base/class.c3
-rw-r--r--drivers/base/component.c4
-rw-r--r--drivers/base/container.c4
-rw-r--r--drivers/base/core.c3
-rw-r--r--drivers/base/dd.c2
-rw-r--r--drivers/base/devcoredump.c16
-rw-r--r--drivers/base/devres.c2
-rw-r--r--drivers/base/dma-contiguous.c5
-rw-r--r--drivers/base/dma-mapping.c2
-rw-r--r--drivers/base/driver.c3
-rw-r--r--drivers/base/firmware.c2
-rw-r--r--drivers/base/hypervisor.c2
-rw-r--r--drivers/base/init.c2
-rw-r--r--drivers/base/map.c1
-rw-r--r--drivers/base/module.c3
-rw-r--r--drivers/base/pinctrl.c2
-rw-r--r--drivers/base/platform-msi.c12
-rw-r--r--drivers/base/platform.c2
-rw-r--r--drivers/base/property.c4
-rw-r--r--drivers/base/soc.c1
-rw-r--r--drivers/base/syscore.c2
-rw-r--r--drivers/base/test/test_async_driver_probe.c9
-rw-r--r--drivers/base/topology.c16
-rw-r--r--drivers/base/transport_class.c2
-rw-r--r--include/linux/device.h2
28 files changed, 0 insertions, 123 deletions
diff --git a/drivers/base/attribute_container.c b/drivers/base/attribute_container.c
index 218b9deb4f0b..20736aaa0e69 100644
--- a/drivers/base/attribute_container.c
+++ b/drivers/base/attribute_container.c
@@ -4,8 +4,6 @@
4 * 4 *
5 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> 5 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com>
6 * 6 *
7 * This file is licensed under GPLv2
8 *
9 * The basic idea here is to enable a device to be attached to an 7 * The basic idea here is to enable a device to be attached to an
10 * aritrary numer of classes without having to allocate storage for them. 8 * aritrary numer of classes without having to allocate storage for them.
11 * Instead, the contained classes select the devices they need to attach 9 * Instead, the contained classes select the devices they need to attach
diff --git a/drivers/base/bus.c b/drivers/base/bus.c
index 46ddb96b9179..6c63e1abbdcc 100644
--- a/drivers/base/bus.c
+++ b/drivers/base/bus.c
@@ -6,9 +6,6 @@
6 * Copyright (c) 2002-3 Open Source Development Labs 6 * Copyright (c) 2002-3 Open Source Development Labs
7 * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de> 7 * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de>
8 * Copyright (c) 2007 Novell Inc. 8 * Copyright (c) 2007 Novell Inc.
9 *
10 * This file is released under the GPLv2
11 *
12 */ 9 */
13 10
14#include <linux/async.h> 11#include <linux/async.h>
diff --git a/drivers/base/cacheinfo.c b/drivers/base/cacheinfo.c
index e321a7e66a1d..6e1000bff481 100644
--- a/drivers/base/cacheinfo.c
+++ b/drivers/base/cacheinfo.c
@@ -4,18 +4,6 @@
4 * 4 *
5 * Based on arch/x86/kernel/cpu/intel_cacheinfo.c 5 * Based on arch/x86/kernel/cpu/intel_cacheinfo.c
6 * Author: Sudeep Holla <sudeep.holla@arm.com> 6 * Author: Sudeep Holla <sudeep.holla@arm.com>
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 version 2 as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
13 * kind, whether express or implied; without even the implied warranty
14 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */ 7 */
20#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 8#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
21 9
diff --git a/drivers/base/class.c b/drivers/base/class.c
index 61220ea83f8e..54def4e02f00 100644
--- a/drivers/base/class.c
+++ b/drivers/base/class.c
@@ -6,9 +6,6 @@
6 * Copyright (c) 2002-3 Open Source Development Labs 6 * Copyright (c) 2002-3 Open Source Development Labs
7 * Copyright (c) 2003-2004 Greg Kroah-Hartman 7 * Copyright (c) 2003-2004 Greg Kroah-Hartman
8 * Copyright (c) 2003-2004 IBM Corp. 8 * Copyright (c) 2003-2004 IBM Corp.
9 *
10 * This file is released under the GPLv2
11 *
12 */ 9 */
13 10
14#include <linux/device.h> 11#include <linux/device.h>
diff --git a/drivers/base/component.c b/drivers/base/component.c
index c96ed8068719..891f0e38647c 100644
--- a/drivers/base/component.c
+++ b/drivers/base/component.c
@@ -2,10 +2,6 @@
2/* 2/*
3 * Componentized device handling. 3 * Componentized device handling.
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 * This is work in progress. We gather up the component devices into a list, 5 * This is work in progress. We gather up the component devices into a list,
10 * and bind them when instructed. At the moment, we're specific to the DRM 6 * and bind them when instructed. At the moment, we're specific to the DRM
11 * subsystem, and only handles one master device, but this doesn't have to be 7 * subsystem, and only handles one master device, but this doesn't have to be
diff --git a/drivers/base/container.c b/drivers/base/container.c
index ddc68a1e10af..1ba42d2d3532 100644
--- a/drivers/base/container.c
+++ b/drivers/base/container.c
@@ -4,10 +4,6 @@
4 * 4 *
5 * Copyright (C) 2013, Intel Corporation 5 * Copyright (C) 2013, Intel Corporation
6 * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 6 * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
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 version 2 as
10 * published by the Free Software Foundation.
11 */ 7 */
12 8
13#include <linux/container.h> 9#include <linux/container.h>
diff --git a/drivers/base/core.c b/drivers/base/core.c
index aa0593f1c2b6..bf45587bcb46 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -6,9 +6,6 @@
6 * Copyright (c) 2002-3 Open Source Development Labs 6 * Copyright (c) 2002-3 Open Source Development Labs
7 * Copyright (c) 2006 Greg Kroah-Hartman <gregkh@suse.de> 7 * Copyright (c) 2006 Greg Kroah-Hartman <gregkh@suse.de>
8 * Copyright (c) 2006 Novell, Inc. 8 * Copyright (c) 2006 Novell, Inc.
9 *
10 * This file is released under the GPLv2
11 *
12 */ 9 */
13 10
14#include <linux/device.h> 11#include <linux/device.h>
diff --git a/drivers/base/dd.c b/drivers/base/dd.c
index 47ac37838399..533c82f55cea 100644
--- a/drivers/base/dd.c
+++ b/drivers/base/dd.c
@@ -14,8 +14,6 @@
14 * Copyright (c) 2002-3 Open Source Development Labs 14 * Copyright (c) 2002-3 Open Source Development Labs
15 * Copyright (c) 2007-2009 Greg Kroah-Hartman <gregkh@suse.de> 15 * Copyright (c) 2007-2009 Greg Kroah-Hartman <gregkh@suse.de>
16 * Copyright (c) 2007-2009 Novell Inc. 16 * Copyright (c) 2007-2009 Novell Inc.
17 *
18 * This file is released under the GPLv2
19 */ 17 */
20 18
21#include <linux/device.h> 19#include <linux/device.h>
diff --git a/drivers/base/devcoredump.c b/drivers/base/devcoredump.c
index 3133684a8754..f1a3353f3494 100644
--- a/drivers/base/devcoredump.c
+++ b/drivers/base/devcoredump.c
@@ -1,24 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0 1// SPDX-License-Identifier: GPL-2.0
2/* 2/*
3 * This file is provided under the GPLv2 license.
4 *
5 * GPL LICENSE SUMMARY
6 *
7 * Copyright(c) 2014 Intel Mobile Communications GmbH 3 * Copyright(c) 2014 Intel Mobile Communications GmbH
8 * Copyright(c) 2015 Intel Deutschland GmbH 4 * Copyright(c) 2015 Intel Deutschland GmbH
9 * 5 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of version 2 of the GNU General Public License as
12 * published by the Free Software Foundation.
13 *
14 * This program is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
19 * The full GNU General Public License is included in this distribution
20 * in the file called COPYING.
21 *
22 * Contact Information: 6 * Contact Information:
23 * Intel Linux Wireless <ilw@linux.intel.com> 7 * Intel Linux Wireless <ilw@linux.intel.com>
24 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 8 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
diff --git a/drivers/base/devres.c b/drivers/base/devres.c
index 1b7a9a8cbd6a..95b67281cd2a 100644
--- a/drivers/base/devres.c
+++ b/drivers/base/devres.c
@@ -4,8 +4,6 @@
4 * 4 *
5 * Copyright (c) 2006 SUSE Linux Products GmbH 5 * Copyright (c) 2006 SUSE Linux Products GmbH
6 * Copyright (c) 2006 Tejun Heo <teheo@suse.de> 6 * Copyright (c) 2006 Tejun Heo <teheo@suse.de>
7 *
8 * This file is released under the GPLv2.
9 */ 7 */
10 8
11#include <linux/device.h> 9#include <linux/device.h>
diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c
index 7c954100d503..d987dcd1bd56 100644
--- a/drivers/base/dma-contiguous.c
+++ b/drivers/base/dma-contiguous.c
@@ -5,11 +5,6 @@
5 * Written by: 5 * Written by:
6 * Marek Szyprowski <m.szyprowski@samsung.com> 6 * Marek Szyprowski <m.szyprowski@samsung.com>
7 * Michal Nazarewicz <mina86@mina86.com> 7 * Michal Nazarewicz <mina86@mina86.com>
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of the
12 * License or (at your optional) any later version of the license.
13 */ 8 */
14 9
15#define pr_fmt(fmt) "cma: " fmt 10#define pr_fmt(fmt) "cma: " fmt
diff --git a/drivers/base/dma-mapping.c b/drivers/base/dma-mapping.c
index c7e7806a657f..3b118353ea17 100644
--- a/drivers/base/dma-mapping.c
+++ b/drivers/base/dma-mapping.c
@@ -4,8 +4,6 @@
4 * 4 *
5 * Copyright (c) 2006 SUSE Linux Products GmbH 5 * Copyright (c) 2006 SUSE Linux Products GmbH
6 * Copyright (c) 2006 Tejun Heo <teheo@suse.de> 6 * Copyright (c) 2006 Tejun Heo <teheo@suse.de>
7 *
8 * This file is released under the GPLv2.
9 */ 7 */
10 8
11#include <linux/acpi.h> 9#include <linux/acpi.h>
diff --git a/drivers/base/driver.c b/drivers/base/driver.c
index 6a93c7522dbe..4e20d68edb0d 100644
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -6,9 +6,6 @@
6 * Copyright (c) 2002-3 Open Source Development Labs 6 * Copyright (c) 2002-3 Open Source Development Labs
7 * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de> 7 * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de>
8 * Copyright (c) 2007 Novell Inc. 8 * Copyright (c) 2007 Novell Inc.
9 *
10 * This file is released under the GPLv2
11 *
12 */ 9 */
13 10
14#include <linux/device.h> 11#include <linux/device.h>
diff --git a/drivers/base/firmware.c b/drivers/base/firmware.c
index 0ef2a36de65e..8dff940e0db9 100644
--- a/drivers/base/firmware.c
+++ b/drivers/base/firmware.c
@@ -6,8 +6,6 @@
6 * Copyright (c) 2002-3 Open Source Development Labs 6 * Copyright (c) 2002-3 Open Source Development Labs
7 * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de> 7 * Copyright (c) 2007 Greg Kroah-Hartman <gregkh@suse.de>
8 * Copyright (c) 2007 Novell Inc. 8 * Copyright (c) 2007 Novell Inc.
9 *
10 * This file is released under the GPLv2
11 */ 9 */
12#include <linux/kobject.h> 10#include <linux/kobject.h>
13#include <linux/module.h> 11#include <linux/module.h>
diff --git a/drivers/base/hypervisor.c b/drivers/base/hypervisor.c
index 8dbd98c7ed55..1ce59b4b53ce 100644
--- a/drivers/base/hypervisor.c
+++ b/drivers/base/hypervisor.c
@@ -5,8 +5,6 @@
5 * Copyright (C) IBM Corp. 2006 5 * Copyright (C) IBM Corp. 2006
6 * Copyright (C) 2007 Greg Kroah-Hartman <gregkh@suse.de> 6 * Copyright (C) 2007 Greg Kroah-Hartman <gregkh@suse.de>
7 * Copyright (C) 2007 Novell Inc. 7 * Copyright (C) 2007 Novell Inc.
8 *
9 * This file is released under the GPLv2
10 */ 8 */
11 9
12#include <linux/kobject.h> 10#include <linux/kobject.h>
diff --git a/drivers/base/init.c b/drivers/base/init.c
index 0bf84b9e09b2..dd85b05a6a16 100644
--- a/drivers/base/init.c
+++ b/drivers/base/init.c
@@ -2,8 +2,6 @@
2/* 2/*
3 * Copyright (c) 2002-3 Patrick Mochel 3 * Copyright (c) 2002-3 Patrick Mochel
4 * Copyright (c) 2002-3 Open Source Development Labs 4 * Copyright (c) 2002-3 Open Source Development Labs
5 *
6 * This file is released under the GPLv2
7 */ 5 */
8 6
9#include <linux/device.h> 7#include <linux/device.h>
diff --git a/drivers/base/map.c b/drivers/base/map.c
index 07daaf6c2cd6..5650ab2b247a 100644
--- a/drivers/base/map.c
+++ b/drivers/base/map.c
@@ -3,7 +3,6 @@
3 * linux/drivers/base/map.c 3 * linux/drivers/base/map.c
4 * 4 *
5 * (C) Copyright Al Viro 2002,2003 5 * (C) Copyright Al Viro 2002,2003
6 * Released under GPL v2.
7 * 6 *
8 * NOTE: data structure needs to be changed. It works, but for large dev_t 7 * NOTE: data structure needs to be changed. It works, but for large dev_t
9 * it will be too slow. It is isolated, though, so these changes will be 8 * it will be too slow. It is isolated, though, so these changes will be
diff --git a/drivers/base/module.c b/drivers/base/module.c
index 9e50e55c547a..46ad4d636731 100644
--- a/drivers/base/module.c
+++ b/drivers/base/module.c
@@ -1,9 +1,6 @@
1// SPDX-License-Identifier: GPL-2.0 1// SPDX-License-Identifier: GPL-2.0
2/* 2/*
3 * module.c - module sysfs fun for drivers 3 * module.c - module sysfs fun for drivers
4 *
5 * This file is released under the GPLv2
6 *
7 */ 4 */
8#include <linux/device.h> 5#include <linux/device.h>
9#include <linux/module.h> 6#include <linux/module.h>
diff --git a/drivers/base/pinctrl.c b/drivers/base/pinctrl.c
index fec06a1a0e15..c22864458511 100644
--- a/drivers/base/pinctrl.c
+++ b/drivers/base/pinctrl.c
@@ -7,8 +7,6 @@
7 * Based on bits of regulator core, gpio core and clk core 7 * Based on bits of regulator core, gpio core and clk core
8 * 8 *
9 * Author: Linus Walleij <linus.walleij@linaro.org> 9 * Author: Linus Walleij <linus.walleij@linaro.org>
10 *
11 * License terms: GNU General Public License (GPL) version 2
12 */ 10 */
13 11
14#include <linux/device.h> 12#include <linux/device.h>
diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c
index d7c56d5b06e0..8e22073aeeed 100644
--- a/drivers/base/platform-msi.c
+++ b/drivers/base/platform-msi.c
@@ -4,18 +4,6 @@
4 * 4 *
5 * Copyright (C) 2015 ARM Limited, All Rights Reserved. 5 * Copyright (C) 2015 ARM Limited, All Rights Reserved.
6 * Author: Marc Zyngier <marc.zyngier@arm.com> 6 * Author: Marc Zyngier <marc.zyngier@arm.com>
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 version 2 as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */ 7 */
20 8
21#include <linux/device.h> 9#include <linux/device.h>
diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index be287c7f5a6a..f1bf7b38d91c 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -5,8 +5,6 @@
5 * Copyright (c) 2002-3 Patrick Mochel 5 * Copyright (c) 2002-3 Patrick Mochel
6 * Copyright (c) 2002-3 Open Source Development Labs 6 * Copyright (c) 2002-3 Open Source Development Labs
7 * 7 *
8 * This file is released under the GPLv2
9 *
10 * Please see Documentation/driver-model/platform.txt for more 8 * Please see Documentation/driver-model/platform.txt for more
11 * information. 9 * information.
12 */ 10 */
diff --git a/drivers/base/property.c b/drivers/base/property.c
index f64bf6bebf58..1ddf769ab8f7 100644
--- a/drivers/base/property.c
+++ b/drivers/base/property.c
@@ -5,10 +5,6 @@
5 * Copyright (C) 2014, Intel Corporation 5 * Copyright (C) 2014, Intel Corporation
6 * Authors: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 6 * Authors: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7 * Mika Westerberg <mika.westerberg@linux.intel.com> 7 * Mika Westerberg <mika.westerberg@linux.intel.com>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 */ 8 */
13 9
14#include <linux/acpi.h> 10#include <linux/acpi.h>
diff --git a/drivers/base/soc.c b/drivers/base/soc.c
index b1e6e7ca46f0..4e80f48ad5d6 100644
--- a/drivers/base/soc.c
+++ b/drivers/base/soc.c
@@ -3,7 +3,6 @@
3 * Copyright (C) ST-Ericsson SA 2011 3 * Copyright (C) ST-Ericsson SA 2011
4 * 4 *
5 * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson. 5 * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson.
6 * License terms: GNU General Public License (GPL), version 2
7 */ 6 */
8 7
9#include <linux/sysfs.h> 8#include <linux/sysfs.h>
diff --git a/drivers/base/syscore.c b/drivers/base/syscore.c
index 34f71a46b51c..6e076f359dcc 100644
--- a/drivers/base/syscore.c
+++ b/drivers/base/syscore.c
@@ -3,8 +3,6 @@
3 * syscore.c - Execution of system core operations. 3 * syscore.c - Execution of system core operations.
4 * 4 *
5 * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. 5 * Copyright (C) 2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
6 *
7 * This file is released under the GPLv2.
8 */ 6 */
9 7
10#include <linux/syscore_ops.h> 8#include <linux/syscore_ops.h>
diff --git a/drivers/base/test/test_async_driver_probe.c b/drivers/base/test/test_async_driver_probe.c
index 58b445ed8d8b..e7f145d662f0 100644
--- a/drivers/base/test/test_async_driver_probe.c
+++ b/drivers/base/test/test_async_driver_probe.c
@@ -1,15 +1,6 @@
1// SPDX-License-Identifier: GPL-2.0 1// SPDX-License-Identifier: GPL-2.0
2/* 2/*
3 * Copyright (C) 2014 Google, Inc. 3 * Copyright (C) 2014 Google, Inc.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */ 4 */
14 5
15#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 6#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
diff --git a/drivers/base/topology.c b/drivers/base/topology.c
index 5abc176a2966..5fd9f167ecc1 100644
--- a/drivers/base/topology.c
+++ b/drivers/base/topology.c
@@ -7,22 +7,6 @@
7 * Copyright (C) 2006, Intel Corp. 7 * Copyright (C) 2006, Intel Corp.
8 * 8 *
9 * All rights reserved. 9 * All rights reserved.
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
19 * NON INFRINGEMENT. See the GNU General Public License for more
20 * details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 *
26 */ 10 */
27#include <linux/mm.h> 11#include <linux/mm.h>
28#include <linux/cpu.h> 12#include <linux/cpu.h>
diff --git a/drivers/base/transport_class.c b/drivers/base/transport_class.c
index 750378341a43..5ed86ded6e6b 100644
--- a/drivers/base/transport_class.c
+++ b/drivers/base/transport_class.c
@@ -5,8 +5,6 @@
5 * 5 *
6 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> 6 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com>
7 * 7 *
8 * This file is licensed under GPLv2
9 *
10 * The basic idea here is to allow any "device controller" (which 8 * The basic idea here is to allow any "device controller" (which
11 * would most often be a Host Bus Adapter to use the services of one 9 * would most often be a Host Bus Adapter to use the services of one
12 * or more tranport classes for performing transport specific 10 * or more tranport classes for performing transport specific
diff --git a/include/linux/device.h b/include/linux/device.h
index 70d352f9083a..46cece519fb9 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -6,8 +6,6 @@
6 * Copyright (c) 2004-2009 Greg Kroah-Hartman <gregkh@suse.de> 6 * Copyright (c) 2004-2009 Greg Kroah-Hartman <gregkh@suse.de>
7 * Copyright (c) 2008-2009 Novell Inc. 7 * Copyright (c) 2008-2009 Novell Inc.
8 * 8 *
9 * This file is released under the GPLv2
10 *
11 * See Documentation/driver-model/ for more information. 9 * See Documentation/driver-model/ for more information.
12 */ 10 */
13 11