mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
include/mmc.h: Audit include list
This file does not need <linux/sizes.h> nor <linux/compiler.h> so remove them. This exposes however that a number of other files had been relying on this implicit include for <linux/sizes.h> so add that where needed. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d81b57a3cc
commit
2cf46de9b6
@ -13,6 +13,7 @@
|
||||
#include <time.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <linux/libfdt.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <fdt_support.h>
|
||||
#include <asm/processor.h>
|
||||
#include <linux/ctype.h>
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
#include <env.h>
|
||||
#include <memalign.h>
|
||||
#include <mtd.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
#define DFU_ALT_BUF_LEN SZ_1K
|
||||
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
#include <init.h>
|
||||
#include <k3-ddrss.h>
|
||||
#include <spl.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <asm/arch/k3-ddr.h>
|
||||
|
||||
#include "../common/tdx-cfg-block.h"
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/printk.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <power/regulator.h>
|
||||
#include <malloc.h>
|
||||
#include <memalign.h>
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
#include <clk.h>
|
||||
#include <dm.h>
|
||||
#include <linux/bitfield.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <sdhci.h>
|
||||
|
||||
/* DWCMSHC specific Mode Select value */
|
||||
|
||||
@ -11,8 +11,6 @@
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <linux/dma-direction.h>
|
||||
#include <cyclic.h>
|
||||
#include <part.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user