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