mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
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>
This commit is contained in:
parent
052fabddea
commit
41c5c2215e
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include <linux/pci.h>
|
||||
#include "core.h"
|
||||
#include "../pmt/telemetry.h"
|
||||
|
||||
/* PMC SSRAM PMT Telemetry GUID */
|
||||
#define IOEP_LPM_REQ_GUID 0x5077612
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include <linux/pci.h>
|
||||
#include "core.h"
|
||||
#include "../pmt/telemetry.h"
|
||||
|
||||
/* PMC SSRAM PMT Telemetry GUIDS */
|
||||
#define SOCP_LPM_REQ_GUID 0x2625030
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user