diff options
Diffstat (limited to 'drivers/spi/spi-pic32-sqi.c')
-rw-r--r-- | drivers/spi/spi-pic32-sqi.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/spi/spi-pic32-sqi.c b/drivers/spi/spi-pic32-sqi.c index 1ae9af5f17ec..b635526ad414 100644 --- a/drivers/spi/spi-pic32-sqi.c +++ b/drivers/spi/spi-pic32-sqi.c | |||
@@ -1,17 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PIC32 Quad SPI controller driver. | 3 | * PIC32 Quad SPI controller driver. |
3 | * | 4 | * |
4 | * Purna Chandra Mandal <purna.mandal@microchip.com> | 5 | * Purna Chandra Mandal <purna.mandal@microchip.com> |
5 | * Copyright (c) 2016, Microchip Technology Inc. | 6 | * Copyright (c) 2016, Microchip Technology Inc. |
6 | * | ||
7 | * This program is free software; you can distribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License (Version 2) as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
14 | * for more details. | ||
15 | */ | 7 | */ |
16 | 8 | ||
17 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |