diff options
Diffstat (limited to 'src/soc/amd/cezanne/root_complex.c')
-rw-r--r-- | src/soc/amd/cezanne/root_complex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/root_complex.c b/src/soc/amd/cezanne/root_complex.c index 04fb90ca67..d9999b9163 100644 --- a/src/soc/amd/cezanne/root_complex.c +++ b/src/soc/amd/cezanne/root_complex.c @@ -9,6 +9,7 @@ #include <device/device.h> #include <device/pci.h> #include <soc/iomap.h> +#include <static.h> #include <stdint.h> #include "chip.h" |