.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License as published by |
---|
6 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
7 | | - * (at your option) any later version. |
---|
8 | 4 | */ |
---|
9 | 5 | |
---|
10 | 6 | #include <linux/device.h> |
---|
.. | .. |
---|
265 | 261 | } |
---|
266 | 262 | EXPORT_SYMBOL_GPL(devm_reboot_mode_unregister); |
---|
267 | 263 | |
---|
268 | | -MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com"); |
---|
| 264 | +MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com>"); |
---|
269 | 265 | MODULE_DESCRIPTION("System reboot mode core library"); |
---|
270 | 266 | MODULE_LICENSE("GPL v2"); |
---|