arm-ccn.c (bba9525520b6028ecbe7486e13216e9ede8636be) | arm-ccn.c (75dc344145190bf53aed7a28dbc27c11180d94e5) |
---|---|
1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License version 2 as 4 * published by the Free Software Foundation. 5 * 6 * This program is distributed in the hope that it will be useful, 7 * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- 1580 unchanged lines hidden (view full) --- 1589 platform_driver_unregister(&arm_ccn_driver); 1590 cpuhp_remove_multi_state(CPUHP_AP_PERF_ARM_CCN_ONLINE); 1591} 1592 1593module_init(arm_ccn_init); 1594module_exit(arm_ccn_exit); 1595 1596MODULE_AUTHOR("Pawel Moll <pawel.moll@arm.com>"); | 1/* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License version 2 as 4 * published by the Free Software Foundation. 5 * 6 * This program is distributed in the hope that it will be useful, 7 * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- 1580 unchanged lines hidden (view full) --- 1589 platform_driver_unregister(&arm_ccn_driver); 1590 cpuhp_remove_multi_state(CPUHP_AP_PERF_ARM_CCN_ONLINE); 1591} 1592 1593module_init(arm_ccn_init); 1594module_exit(arm_ccn_exit); 1595 1596MODULE_AUTHOR("Pawel Moll <pawel.moll@arm.com>"); |
1597MODULE_LICENSE("GPL"); | 1597MODULE_LICENSE("GPL v2"); |