diff options
Diffstat (limited to 'arch/arm/kernel/compat.c')
| -rw-r--r-- | arch/arm/kernel/compat.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/arch/arm/kernel/compat.c b/arch/arm/kernel/compat.c index 0a1385442f43..925652318b8b 100644 --- a/arch/arm/kernel/compat.c +++ b/arch/arm/kernel/compat.c @@ -217,10 +217,3 @@ void __init convert_to_tag_list(struct tag *tags)  	struct param_struct *params = (struct param_struct *)tags;  	build_tag_list(params, ¶ms->u2);  } - -void __init squash_mem_tags(struct tag *tag) -{ -	for (; tag->hdr.size; tag = tag_next(tag)) -		if (tag->hdr.tag == ATAG_MEM) -			tag->hdr.tag = ATAG_NONE; -} |