summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/elog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/elog.c')
-rw-r--r--src/soc/intel/alderlake/elog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/elog.c b/src/soc/intel/alderlake/elog.c
index 84765d9b58..7b0fd8779b 100644
--- a/src/soc/intel/alderlake/elog.c
+++ b/src/soc/intel/alderlake/elog.c
@@ -12,7 +12,7 @@
#include <types.h>
struct pme_map {
- pci_devfn_t devfn;
+ unsigned int devfn;
unsigned int wake_source;
};