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: dc3abd8006
("nvmxip: move header to include")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:

committed by
Tom Rini

parent
b81e31a1e6
commit
42f84b0ef3
@@ -8,11 +8,11 @@
|
||||
|
||||
#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 */
|
||||
|
||||
|
@@ -9,10 +9,10 @@
|
||||
#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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user