forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/mcb/mcb-pci.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: Johannes Thumshirn <johannes.thumshirn@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/module.h>
....@@ -134,3 +131,4 @@
134131 MODULE_AUTHOR("Johannes Thumshirn <johannes.thumshirn@men.de>");
135132 MODULE_LICENSE("GPL");
136133 MODULE_DESCRIPTION("MCB over PCI support");
134
+MODULE_IMPORT_NS(MCB);