From 7f6d12b3a1b632f7854bdfe7a25a825ab28bcf07 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 15 Jul 2005 17:20:34 +1000 Subject: Remove unused enum from dtc.h. --- dtc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dtc.h') diff --git a/dtc.h b/dtc.h index 0f68150..354dbdf 100644 --- a/dtc.h +++ b/dtc.h @@ -193,11 +193,6 @@ struct boot_info *build_boot_info(struct data mem_reserve_data, /* Flattened trees */ -enum flat_dt_format { - FFMT_BIN, - FFMT_ASM, -}; - void write_dt_blob(FILE *f, struct boot_info *bi, int version); void write_dt_asm(FILE *f, struct boot_info *bi, int version); -- cgit v1.2.1