hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/spi/spi-fsl-lib.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Freescale SPI/eSPI controller driver library.
34 *
....@@ -10,11 +11,6 @@
1011 * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1112 *
1213 * Copyright 2010 Freescale Semiconductor, Inc.
13
- *
14
- * This program is free software; you can redistribute it and/or modify it
15
- * under the terms of the GNU General Public License as published by the
16
- * Free Software Foundation; either version 2 of the License, or (at your
17
- * option) any later version.
1814 */
1915 #include <linux/dma-mapping.h>
2016 #include <linux/fsl_devices.h>