summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>2019-06-12 11:24:12 +0800
committerHadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>2019-06-26 18:45:01 +0800
commitbf719f66a7f2261b69b397072cec5ad99c573891 (patch)
treead4245c8f5b97a29cad128004ee6c868506e72c6 /drivers
parentde3ad4f0963cdf5206a9736185d23514cfb45111 (diff)
intel: Pull out common drivers into platform common
Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com> Change-Id: Ib79e2c6fe6e66dec5004701133ad6a5f4c78f2fa
Diffstat (limited to 'drivers')
-rw-r--r--drivers/intel/soc/stratix10/io/s10_memmap_qspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/intel/soc/stratix10/io/s10_memmap_qspi.c b/drivers/intel/soc/stratix10/io/s10_memmap_qspi.c
index 7d7d55fe..a0fc034d 100644
--- a/drivers/intel/soc/stratix10/io/s10_memmap_qspi.c
+++ b/drivers/intel/soc/stratix10/io/s10_memmap_qspi.c
@@ -15,7 +15,7 @@
#include <drivers/io/io_storage.h>
#include <lib/utils.h>
-#include "drivers/qspi/cadence_qspi.h"
+#include "qspi/cadence_qspi.h"
/* As we need to be able to keep state for seek, only one file can be open
* at a time. Make this a structure and point to the entity->info. When we