aboutsummaryrefslogtreecommitdiffstats
path: root/common/spl/spl_nvme.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/spl_nvme.c')
-rw-r--r--common/spl/spl_nvme.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/spl/spl_nvme.c b/common/spl/spl_nvme.c
index 2af63f1dc8c..c8774d67ecf 100644
--- a/common/spl/spl_nvme.c
+++ b/common/spl/spl_nvme.c
@@ -7,7 +7,6 @@
#include <common.h>
#include <spl.h>
-#include <init.h>
#include <nvme.h>
static int spl_nvme_load_image(struct spl_image_info *spl_image,
@@ -15,10 +14,6 @@ static int spl_nvme_load_image(struct spl_image_info *spl_image,
{
int ret;
- ret = pci_init();
- if (ret < 0)
- return ret;
-
ret = nvme_scan_namespace();
if (ret < 0)
return ret;