| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MEN 16Z127 GPIO driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 214 | 211 | MODULE_DESCRIPTION("MEN 16z127 GPIO Controller"); |
|---|
| 215 | 212 | MODULE_LICENSE("GPL v2"); |
|---|
| 216 | 213 | MODULE_ALIAS("mcb:16z127"); |
|---|
| 214 | +MODULE_IMPORT_NS(MCB); |
|---|