diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-07-20 00:07:56 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-07-20 00:07:56 -0400 |
commit | c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2 (patch) | |
tree | 8e80ed5601b4fb8880a2ca8e08802bc8b1f850bd /drivers/fpga/zynq-fpga.c | |
parent | 597473720f4dc69749542bfcfed4a927a43d935e (diff) | |
parent | 771a081e44a9baa1991ef011cc453ef425591740 (diff) |
Merge branch 'next' into for-linus
Prepare second round of input updates for 5.3 merge window.
Diffstat (limited to 'drivers/fpga/zynq-fpga.c')
-rw-r--r-- | drivers/fpga/zynq-fpga.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/fpga/zynq-fpga.c b/drivers/fpga/zynq-fpga.c index 57b0e6775958..31ef38e38537 100644 --- a/drivers/fpga/zynq-fpga.c +++ b/drivers/fpga/zynq-fpga.c | |||
@@ -1,18 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011-2015 Xilinx Inc. | 3 | * Copyright (c) 2011-2015 Xilinx Inc. |
3 | * Copyright (c) 2015, National Instruments Corp. | 4 | * Copyright (c) 2015, National Instruments Corp. |
4 | * | 5 | * |
5 | * FPGA Manager Driver for Xilinx Zynq, heavily based on xdevcfg driver | 6 | * FPGA Manager Driver for Xilinx Zynq, heavily based on xdevcfg driver |
6 | * in their vendor tree. | 7 | * in their vendor tree. |
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> |