aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nvmxip/nvmxip_qspi.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt2024-07-15 15:19:50 +0200
committerTom Rini2024-07-19 16:48:07 -0600
commit42f84b0ef34eefe2947c7d329e7a3ea630a401af (patch)
tree29806d040665b62205dd09986505ff595c8686b4 /drivers/mtd/nvmxip/nvmxip_qspi.c
parentb81e31a1e6c5e0b20537fa8ffba67696dec46d58 (diff)
drivers/mtd/nvmxip: nvmxip.h is a global include
include/nvmxip.h is a global and not a local include. So we should use angle brackets. Fixes: dc3abd8006c5 ("nvmxip: move header to include") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'drivers/mtd/nvmxip/nvmxip_qspi.c')
-rw-r--r--drivers/mtd/nvmxip/nvmxip_qspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nvmxip/nvmxip_qspi.c b/drivers/mtd/nvmxip/nvmxip_qspi.c
index 460887c7da3..f14a822b5d5 100644
--- a/drivers/mtd/nvmxip/nvmxip_qspi.c
+++ b/drivers/mtd/nvmxip/nvmxip_qspi.c
@@ -8,8 +8,8 @@
#include <dm.h>
#include <fdt_support.h>
+#include <nvmxip.h>
#include <linux/errno.h>
-#include "nvmxip.h"
#include <asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR;