hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/mcb/mcb-lpc.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * MEN Chameleon Bus.
34 *
45 * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de)
56 * Author: Andreas Werner <andreas.werner@men.de>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the Free
9
- * Software Foundation; version 2 of the License.
107 */
118
129 #include <linux/platform_device.h>
....@@ -171,3 +168,4 @@
171168 MODULE_AUTHOR("Andreas Werner <andreas.werner@men.de>");
172169 MODULE_LICENSE("GPL");
173170 MODULE_DESCRIPTION("MCB over LPC support");
171
+MODULE_IMPORT_NS(MCB);