diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:11:01 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 05:23:03 +0000 |
commit | 19ea62e19dabdaef4032ab40e7ff9b2ac79d9b81 (patch) | |
tree | 0b648ef8b0eb30211a2859af3b5b1c26f5b4de9c /src/southbridge/intel/common/spi.c | |
parent | 17115156b04d75325ffb0f4818fcd31cecc8eb9b (diff) |
southbridge: Remove useless include <device/pci_ids.h>
Change-Id: Ia640131479d4221ccd84613033f28de3932b8bff
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30120
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/southbridge/intel/common/spi.c')
-rw-r--r-- | src/southbridge/intel/common/spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/common/spi.c b/src/southbridge/intel/common/spi.c index fe3bf2a6a0..3ca0d6c8d6 100644 --- a/src/southbridge/intel/common/spi.c +++ b/src/southbridge/intel/common/spi.c @@ -25,7 +25,6 @@ #include <delay.h> #include <arch/io.h> #include <console/console.h> -#include <device/pci_ids.h> #include <device/pci.h> #include <spi_flash.h> |