diff options
Diffstat (limited to 'drivers/spi/spi-xilinx.c')
-rw-r--r-- | drivers/spi/spi-xilinx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index 63fedc49ae9c..d5f9d5fbb3e8 100644 --- a/drivers/spi/spi-xilinx.c +++ b/drivers/spi/spi-xilinx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Xilinx SPI controller driver (master mode only) | 3 | * Xilinx SPI controller driver (master mode only) |
3 | * | 4 | * |
@@ -8,9 +9,6 @@ | |||
8 | * Copyright (c) 2009 Intel Corporation | 9 | * Copyright (c) 2009 Intel Corporation |
9 | * 2002-2007 (c) MontaVista Software, Inc. | 10 | * 2002-2007 (c) MontaVista Software, Inc. |
10 | 11 | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 12 | */ |
15 | 13 | ||
16 | #include <linux/module.h> | 14 | #include <linux/module.h> |