diff options
Diffstat (limited to 'src/soc/amd/picasso/i2c.c')
-rw-r--r-- | src/soc/amd/picasso/i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/i2c.c b/src/soc/amd/picasso/i2c.c index d71843658b..bcebbc31c3 100644 --- a/src/soc/amd/picasso/i2c.c +++ b/src/soc/amd/picasso/i2c.c @@ -7,6 +7,7 @@ #include <soc/iomap.h> #include <soc/pci_devs.h> #include <soc/southbridge.h> +#include <static.h> #include "chip.h" /* Table to switch SCL pins to outputs to initially reset the I2C peripherals */ |