mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
fs: fs-loader: Drop dm.h header file
This header file should not be included in other header files. Remove it and use a forward declaration instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0e1fad4382
commit
c2848cc2c3
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
#include <altera.h>
|
#include <altera.h>
|
||||||
#include <asm/arch/pinmux.h>
|
#include <asm/arch/pinmux.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
#include <dm.h>
|
||||||
#include <dm/ofnode.h>
|
#include <dm/ofnode.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fs_loader.h>
|
#include <fs_loader.h>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#ifndef _FS_LOADER_H_
|
#ifndef _FS_LOADER_H_
|
||||||
#define _FS_LOADER_H_
|
#define _FS_LOADER_H_
|
||||||
|
|
||||||
#include <dm.h>
|
struct udevice;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct phandle_part - A place for storing phandle of node and its partition
|
* struct phandle_part - A place for storing phandle of node and its partition
|
||||||
|
|
Loading…
Add table
Reference in a new issue