diff options
author | Furquan Shaikh <furquan@google.com> | 2020-04-28 21:06:17 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-04-30 20:59:42 +0000 |
commit | 73716d0e924080ea32274a265a8de04e009c3676 (patch) | |
tree | a97f4600aed338f64c81d157165b785c89c31095 | |
parent | 38206886e6bce457789c4ec93956e27a235fd862 (diff) | |
download | coreboot-73716d0e924080ea32274a265a8de04e009c3676.tar.xz |
soc/amd/picasso: Get rid of chip.h inclusion from southbridge.h
southbridge.h does not really need chip.h. So, this change removes the
inclusion of chip.h from it.
Signed-off-by: Furquan Shaikh <furquan@google.com>
Change-Id: I09c87b975ecd5f7798da8dd858be0c729aef42de
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40822
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/soc/amd/picasso/include/soc/southbridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/southbridge.h b/src/soc/amd/picasso/include/soc/southbridge.h index a13424536e..cf1d124744 100644 --- a/src/soc/amd/picasso/include/soc/southbridge.h +++ b/src/soc/amd/picasso/include/soc/southbridge.h @@ -8,7 +8,6 @@ #include <device/device.h> #include <device/pci_def.h> #include <soc/iomap.h> -#include "chip.h" /* * AcpiMmio Region |