···11+// SPDX-License-Identifier: GPL-2.012/*23 * Amlogic SD/eMMC driver for the GX/S905 family SoCs34 *45 * Copyright (c) 2016 BayLibre, SAS.56 * Author: Kevin Hilman <khilman@baylibre.com>66- *77- * This program is free software; you can redistribute it and/or modify88- * it under the terms of version 2 of the GNU General Public License as99- * published by the Free Software Foundation.1010- *1111- * This program is distributed in the hope that it will be useful, but1212- * WITHOUT ANY WARRANTY; without even the implied warranty of1313- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU1414- * General Public License for more details.1515- *1616- * You should have received a copy of the GNU General Public License1717- * along with this program; if not, see <http://www.gnu.org/licenses/>.1818- * The full GNU General Public License is included in this distribution1919- * in the file called COPYING.207 */218#include <linux/kernel.h>229#include <linux/module.h>