aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/uio')
-rw-r--r--drivers/uio/uio_dmem_genirq.c5
-rw-r--r--drivers/uio/uio_pdrv_genirq.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/drivers/uio/uio_dmem_genirq.c b/drivers/uio/uio_dmem_genirq.c
index 003badaef5f3..f32cef94aa82 100644
--- a/drivers/uio/uio_dmem_genirq.c
+++ b/drivers/uio/uio_dmem_genirq.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * drivers/uio/uio_dmem_genirq.c 3 * drivers/uio/uio_dmem_genirq.c
3 * 4 *
@@ -6,10 +7,6 @@
6 * Copyright (C) 2012 Damian Hobson-Garcia 7 * Copyright (C) 2012 Damian Hobson-Garcia
7 * 8 *
8 * Based on uio_pdrv_genirq.c by Magnus Damm 9 * Based on uio_pdrv_genirq.c by Magnus Damm
9 *
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License version 2 as published by
12 * the Free Software Foundation.
13 */ 10 */
14 11
15#include <linux/platform_device.h> 12#include <linux/platform_device.h>
diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c
index 6c759934bff3..10688d79d180 100644
--- a/drivers/uio/uio_pdrv_genirq.c
+++ b/drivers/uio/uio_pdrv_genirq.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * drivers/uio/uio_pdrv_genirq.c 3 * drivers/uio/uio_pdrv_genirq.c
3 * 4 *
@@ -8,10 +9,6 @@
8 * Based on uio_pdrv.c by Uwe Kleine-Koenig, 9 * Based on uio_pdrv.c by Uwe Kleine-Koenig,
9 * Copyright (C) 2008 by Digi International Inc. 10 * Copyright (C) 2008 by Digi International Inc.
10 * All rights reserved. 11 * All rights reserved.
11 *
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License version 2 as published by
14 * the Free Software Foundation.
15 */ 12 */
16 13
17#include <linux/platform_device.h> 14#include <linux/platform_device.h>