···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd.33- *44- * This program is free software; you can redistribute it and/or modify55- * it under the terms of the GNU General Public License as published by66- * the Free Software Foundation; version 2 of the License.77- *88- * This program is distributed in the hope that it will be useful,99- * but WITHOUT ANY WARRANTY; without even the implied warranty of1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111- * GNU General Public License for more details.1212- *1313- * You should have received a copy of the GNU General Public License1414- * along with this program; if not, write to the Free Software1515- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.164 */175#include <linux/gpio/driver.h>186#include <linux/interrupt.h>···459471module_pci_driver(pch_gpio_driver);460472461473MODULE_DESCRIPTION("PCH GPIO PCI Driver");462462-MODULE_LICENSE("GPL");474474+MODULE_LICENSE("GPL v2");