diff options
Diffstat (limited to 'drivers/spi/spi-bcm-qspi.c')
-rw-r--r-- | drivers/spi/spi-bcm-qspi.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/spi/spi-bcm-qspi.c b/drivers/spi/spi-bcm-qspi.c index 584bcb018a62..902bdbfedea8 100644 --- a/drivers/spi/spi-bcm-qspi.c +++ b/drivers/spi/spi-bcm-qspi.c | |||
@@ -1,19 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for Broadcom BRCMSTB, NSP, NS2, Cygnus SPI Controllers | 3 | * Driver for Broadcom BRCMSTB, NSP, NS2, Cygnus SPI Controllers |
3 | * | 4 | * |
4 | * Copyright 2016 Broadcom | 5 | * Copyright 2016 Broadcom |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License, version 2, as | ||
8 | * published by the Free Software Foundation (the "GPL"). | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | * General Public License version 2 (GPLv2) for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * version 2 (GPLv2) along with this source code. | ||
17 | */ | 6 | */ |
18 | 7 | ||
19 | #include <linux/clk.h> | 8 | #include <linux/clk.h> |