diff options
Diffstat (limited to 'src/soc/intel/tigerlake/elog.c')
-rw-r--r-- | src/soc/intel/tigerlake/elog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/elog.c b/src/soc/intel/tigerlake/elog.c index 0fccf84d5c..93174be88b 100644 --- a/src/soc/intel/tigerlake/elog.c +++ b/src/soc/intel/tigerlake/elog.c @@ -12,7 +12,7 @@ #include <types.h> struct pme_map { - pci_devfn_t devfn; + unsigned int devfn; unsigned int wake_source; }; |