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>
#include <dm.h>
#include <log.h>
+#include <nvmxip.h>
#if CONFIG_IS_ENABLED(SANDBOX64)
#include <asm/test.h>
#endif
#include <linux/bitops.h>
-#include "nvmxip.h"
/* LBA Macros */
#include <dm.h>
#include <log.h>
#include <mapmem.h>
+#include <nvmxip.h>
#include <asm/io.h>
#include <linux/bitops.h>
#include <linux/errno.h>
-#include "nvmxip.h"
/**
* nvmxip_blk_read() - block device read operation
#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;