]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers/mtd/nvmxip: nvmxip.h is a global include
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 15 Jul 2024 13:19:50 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000 (16:48 -0600)
commit42f84b0ef34eefe2947c7d329e7a3ea630a401af
tree29806d040665b62205dd09986505ff595c8686b4
parentb81e31a1e6c5e0b20537fa8ffba67696dec46d58
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>
drivers/mtd/nvmxip/nvmxip-uclass.c
drivers/mtd/nvmxip/nvmxip.c
drivers/mtd/nvmxip/nvmxip_qspi.c