Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86:intel/pmc: Remove unneeded header file inclusion

telemetry.h header file from PMT is not needed in arl.c or mtl.c.
Remove the cross-driver include to avoid confusion.

Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20250409191056.15434-6-xi.pardee@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Xi Pardee and committed by
Ilpo Järvinen
41c5c221 052fabdd

-2
-1
drivers/platform/x86/intel/pmc/arl.c
··· 10 10 11 11 #include <linux/pci.h> 12 12 #include "core.h" 13 - #include "../pmt/telemetry.h" 14 13 15 14 /* PMC SSRAM PMT Telemetry GUID */ 16 15 #define IOEP_LPM_REQ_GUID 0x5077612
-1
drivers/platform/x86/intel/pmc/mtl.c
··· 10 10 11 11 #include <linux/pci.h> 12 12 #include "core.h" 13 - #include "../pmt/telemetry.h" 14 13 15 14 /* PMC SSRAM PMT Telemetry GUIDS */ 16 15 #define SOCP_LPM_REQ_GUID 0x2625030