diff options
author | Mark Brown <broonie@kernel.org> | 2018-10-21 18:00:14 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-21 18:00:14 +0200 |
commit | 4b51c747e4a52175e63d125db8365b38b06f0343 (patch) | |
tree | cd03133d8efbf5a039c7cb369aa7eaa8c27d8ebe /drivers/spi/spi-sh-msiof.c | |
parent | Merge branch 'spi-4.19' into spi-linus (diff) | |
parent | spi: lpspi: add imx8qxp compatible string (diff) | |
download | linux-4b51c747e4a52175e63d125db8365b38b06f0343.tar.xz linux-4b51c747e4a52175e63d125db8365b38b06f0343.zip |
Merge branch 'spi-4.20' into spi-next
Diffstat (limited to 'drivers/spi/spi-sh-msiof.c')
-rw-r--r-- | drivers/spi/spi-sh-msiof.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c index 30ea0a2068e0..adf384323934 100644 --- a/drivers/spi/spi-sh-msiof.c +++ b/drivers/spi/spi-sh-msiof.c @@ -1,14 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SuperH MSIOF SPI Master Interface * * Copyright (c) 2009 Magnus Damm * Copyright (C) 2014 Renesas Electronics Corporation * Copyright (C) 2014-2017 Glider bvba - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * */ #include <linux/bitmap.h> |