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:
Thomas Heijligen 2020-11-05 14:33:15 +01:00 committed by Patrick Georgi
parent 83e41055ab
commit e569e3e248
1 changed files with 1 additions and 3 deletions

View File

@ -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;