aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sim710.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sim710.c')
-rw-r--r--drivers/scsi/sim710.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/scsi/sim710.c b/drivers/scsi/sim710.c
index 82ed99848378..22302612e032 100644
--- a/drivers/scsi/sim710.c
+++ b/drivers/scsi/sim710.c
@@ -1,20 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * sim710.c - Copyright (C) 1999 Richard Hirst <richard@sleepie.demon.co.uk> 3 * sim710.c - Copyright (C) 1999 Richard Hirst <richard@sleepie.demon.co.uk>
3 * 4 *
4 *---------------------------------------------------------------------------- 5 *----------------------------------------------------------------------------
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 *---------------------------------------------------------------------------- 6 *----------------------------------------------------------------------------
19 * 7 *
20 * MCA card detection code by Trent McNair. (now deleted) 8 * MCA card detection code by Trent McNair. (now deleted)
@@ -23,7 +11,6 @@
23 * Auto probing of EISA config space from Trevor Hemsley. 11 * Auto probing of EISA config space from Trevor Hemsley.
24 * 12 *
25 * Rewritten to use 53c700.c by James.Bottomley@SteelEye.com 13 * Rewritten to use 53c700.c by James.Bottomley@SteelEye.com
26 *
27 */ 14 */
28 15
29#include <linux/module.h> 16#include <linux/module.h>