mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-19 12:51:23 +02:00
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>
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user