]> www.infradead.org Git - users/jedix/linux-maple.git/commit
platform/x86/amd/hsmp: Move structure and macros to header file
authorSuma Hegde <suma.hegde@amd.com>
Mon, 21 Oct 2024 11:14:21 +0000 (11:14 +0000)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 22 Oct 2024 10:36:52 +0000 (13:36 +0300)
commit1757d2b8dcf6810d7356d8420606df5080e36260
tree8f852ce92c70d77e447bf393e416d166c3008541
parentd9a621ebddf2d3351db4ae5df2547b48647d4c11
platform/x86/amd/hsmp: Move structure and macros to header file

This is in preparation to splitting ACPI and platform device drivers.
No logical change, move common structures, macros to hsmp.h,
add missed header files, remove unwanted header inclusions,
and re-order the header file in hsmp.c file.

Signed-off-by: Suma Hegde <suma.hegde@amd.com>
Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20241021111428.2676884-4-suma.hegde@amd.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/amd/hsmp/hsmp.c
drivers/platform/x86/amd/hsmp/hsmp.h [new file with mode: 0644]