summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-06-26 12:08:19 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-06-26 12:08:19 +0000
commit93c77622a6c9316f2a158a72b91bc72f73e990e1 (patch)
tree4dcd49af3f2712a3c365e103601f38129345b01f /drivers
parent5bf947ace02ba1220d63cdf59adae811107ad774 (diff)
parent8a88a2271fac160fea7b43d8da6ce0b7e9b0defc (diff)
Merge changes from topic "pull-out-drivers" into integration
* changes: intel: Add ncore ccu driver intel: Fix watchdog driver structure intel: Fix qspi driver write config intel: Pull out common drivers into platform common
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