diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-06-21 17:02:43 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-06-27 23:37:19 +0000 |
commit | e1a616cf998929236279704434b5205af7afe427 (patch) | |
tree | e0b7d8d36966d7b81155d36e7ceba8debb4a2084 /src/northbridge | |
parent | b60aeca26cf4fa95d759129dce41981c4f09043c (diff) |
sb/intel/i82801ix: Use pmutil.h definitions
Also drop now-redundant definitions and include headers where needed.
Tested with BUILD_TIMELESS=1, Roda RK9 remains identical.
Change-Id: I3ddd133a4e81a7f6ce9c33ce227b40006a0d1850
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42658
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/gm45/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/romstage.c b/src/northbridge/intel/gm45/romstage.c index f7998c926a..d51061267f 100644 --- a/src/northbridge/intel/gm45/romstage.c +++ b/src/northbridge/intel/gm45/romstage.c @@ -11,6 +11,7 @@ #include <southbridge/intel/i82801ix/i82801ix.h> #include <southbridge/intel/common/gpio.h> #include <southbridge/intel/common/pmclib.h> +#include <southbridge/intel/common/pmutil.h> #include <string.h> #define LPC_DEV PCI_DEV(0, 0x1f, 0) |