diff options
author | Richard Spiegel <richard.spiegel@silverbackltd.com> | 2017-11-14 09:40:23 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-21 01:20:16 +0000 |
commit | a85f8b94ab7663c5799b94d5a4d4953fa5ac5838 (patch) | |
tree | 0635de8ecd0e5eeab699439331362a4143b6c2c7 | |
parent | 1ad41525cae0486e598efa7b7009a486d35b8637 (diff) |
soc/amd/common: Remove duplicated #include amd_pci_int_defs.h
Remove <#include amd_pci_int_defs.h> from amd_pci_util.h, as the user
of the functions declared in amd_pci_util.h don't need the contents of
amd_pci_int_defs.h.
BUG=b:62200907
Change-Id: I258d549d3eea3fb8919c0cddbb41dc2bc4738c4e
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/22461
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/soc/amd/common/amd_pci_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/amd_pci_util.h b/src/soc/amd/common/amd_pci_util.h index 6f8ff48e08..39ffcedd32 100644 --- a/src/soc/amd/common/amd_pci_util.h +++ b/src/soc/amd/common/amd_pci_util.h @@ -17,7 +17,6 @@ #define __AMD_PCI_UTIL_H__ #include <stdint.h> -#include <soc/amd_pci_int_defs.h> /* FCH index/data registers */ #define PCI_INTR_INDEX 0xc00 |