.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * MEN Chameleon Bus. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) |
---|
5 | 6 | * 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. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include <linux/platform_device.h> |
---|
.. | .. |
---|
171 | 168 | MODULE_AUTHOR("Andreas Werner <andreas.werner@men.de>"); |
---|
172 | 169 | MODULE_LICENSE("GPL"); |
---|
173 | 170 | MODULE_DESCRIPTION("MCB over LPC support"); |
---|
| 171 | +MODULE_IMPORT_NS(MCB); |
---|