hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/spi/spi-fsl-cpm.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Freescale SPI controller driver cpm functions.
34 *
....@@ -9,11 +10,6 @@
910 * CPM SPI and QE buffer descriptors mode support:
1011 * Copyright (c) 2009 MontaVista Software, Inc.
1112 * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License as published by the
15
- * Free Software Foundation; either version 2 of the License, or (at your
16
- * option) any later version.
1713 */
1814
1915 #ifndef __SPI_FSL_CPM_H__