diff options
Diffstat (limited to 'drivers/fpga/xilinx-pr-decoupler.c')
-rw-r--r-- | drivers/fpga/xilinx-pr-decoupler.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/fpga/xilinx-pr-decoupler.c b/drivers/fpga/xilinx-pr-decoupler.c index 641036135207..af9b387c56d3 100644 --- a/drivers/fpga/xilinx-pr-decoupler.c +++ b/drivers/fpga/xilinx-pr-decoupler.c | |||
@@ -1,18 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017, National Instruments Corp. | 3 | * Copyright (c) 2017, National Instruments Corp. |
3 | * Copyright (c) 2017, Xilix Inc | 4 | * Copyright (c) 2017, Xilix Inc |
4 | * | 5 | * |
5 | * FPGA Bridge Driver for the Xilinx LogiCORE Partial Reconfiguration | 6 | * FPGA Bridge Driver for the Xilinx LogiCORE Partial Reconfiguration |
6 | * Decoupler IP Core. | 7 | * Decoupler IP Core. |
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 as published by | ||
10 | * the Free Software Foundation; version 2 of the License. | ||
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 | */ | 8 | */ |
17 | 9 | ||
18 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |