.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Freescale SPI/eSPI controller driver library. |
---|
3 | 4 | * |
---|
.. | .. |
---|
10 | 11 | * Author: Anton Vorontsov <avorontsov@ru.mvista.com> |
---|
11 | 12 | * |
---|
12 | 13 | * 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. |
---|
18 | 14 | */ |
---|
19 | 15 | #include <linux/dma-mapping.h> |
---|
20 | 16 | #include <linux/fsl_devices.h> |
---|