libpayload: storage.c: remove unneeded #if CONFIG()
Change-Id: I6e5679f66840105b3f9628071ac7aace9128107f Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47248 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
83e41055ab
commit
e569e3e248
|
@ -28,9 +28,7 @@
|
|||
|
||||
#include <libpayload.h>
|
||||
#include <pci/pci.h>
|
||||
#if CONFIG(LP_STORAGE_AHCI)
|
||||
#include <storage/ahci.h>
|
||||
#endif
|
||||
#include <storage/storage.h>
|
||||
|
||||
static storage_dev_t **devices = NULL;
|
||||
|
|
Loading…
Reference in New Issue