hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/gpio/gpio-menz127.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * MEN 16Z127 GPIO driver
34 *
45 * Copyright (C) 2016 MEN Mikroelektronik GmbH (www.men.de)
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the Free
8
- * Software Foundation; version 2 of the License.
96 */
107
118 #include <linux/kernel.h>
....@@ -214,3 +211,4 @@
214211 MODULE_DESCRIPTION("MEN 16z127 GPIO Controller");
215212 MODULE_LICENSE("GPL v2");
216213 MODULE_ALIAS("mcb:16z127");
214
+MODULE_IMPORT_NS(MCB);