diff options
Diffstat (limited to 'drivers/fpga/ts73xx-fpga.c')
-rw-r--r-- | drivers/fpga/ts73xx-fpga.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/fpga/ts73xx-fpga.c b/drivers/fpga/ts73xx-fpga.c index dc22a5842609..9a17fe98c1b0 100644 --- a/drivers/fpga/ts73xx-fpga.c +++ b/drivers/fpga/ts73xx-fpga.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Technologic Systems TS-73xx SBC FPGA loader | 3 | * Technologic Systems TS-73xx SBC FPGA loader |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * FPGA Manager Driver for the on-board Altera Cyclone II FPGA found on | 7 | * FPGA Manager Driver for the on-board Altera Cyclone II FPGA found on |
7 | * TS-7300, heavily based on load_fpga.c in their vendor tree. | 8 | * TS-7300, heavily based on load_fpga.c in their vendor tree. |
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 as published by | ||
11 | * the Free Software Foundation; version 2 of the License. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 9 | */ |
18 | 10 | ||
19 | #include <linux/delay.h> | 11 | #include <linux/delay.h> |