mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 23:36:59 +02:00
include/cbfs.h: Audit include list
This file does not need <compiler.h> but does directly need <linux/types.h>. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
5d14fca77a
commit
ef560b42ec
@ -6,8 +6,8 @@
|
||||
#ifndef __CBFS_H
|
||||
#define __CBFS_H
|
||||
|
||||
#include <compiler.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
struct cbfs_priv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user