plat.c (7d3135d16356f1f0adda7e76d4a747f618263db4) | plat.c (4fc0366ef83f493c63ecf732cbb7ed49edd62072) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * AMD HSMP Platform Driver 4 * Copyright (c) 2024, AMD. 5 * All Rights Reserved. 6 * 7 * This file provides platform device implementations. 8 */ --- 251 unchanged lines hidden (view full) --- 260{ 261 platform_device_unregister(amd_hsmp_platdev); 262 platform_driver_unregister(&amd_hsmp_driver); 263} 264 265device_initcall(hsmp_plt_init); 266module_exit(hsmp_plt_exit); 267 | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * AMD HSMP Platform Driver 4 * Copyright (c) 2024, AMD. 5 * All Rights Reserved. 6 * 7 * This file provides platform device implementations. 8 */ --- 251 unchanged lines hidden (view full) --- 260{ 261 platform_device_unregister(amd_hsmp_platdev); 262 platform_driver_unregister(&amd_hsmp_driver); 263} 264 265device_initcall(hsmp_plt_init); 266module_exit(hsmp_plt_exit); 267 |
268MODULE_IMPORT_NS(AMD_HSMP); |
|
268MODULE_DESCRIPTION("AMD HSMP Platform Interface Driver"); 269MODULE_VERSION(DRIVER_VERSION); 270MODULE_LICENSE("GPL"); | 269MODULE_DESCRIPTION("AMD HSMP Platform Interface Driver"); 270MODULE_VERSION(DRIVER_VERSION); 271MODULE_LICENSE("GPL"); |