aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/compat.h
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2012-08-31 22:00:15 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-09-03 17:55:56 -0400
commitaa783b6fd60b3844e199b1c2d2f4068f3caa1358 (patch)
tree393501d8ef825c12a18314981ca20f75120c79c3 /arch/arm/kernel/compat.h
parent4cbe5a555fa58a79b6ecbb6c531b8bab0650778d (diff)
ARM: 7505/1: split out ATAGS parsing
Make ATAGS parsing into a source file of its own, namely atags_parse.c. Also rename compat.c to atags_compat.c to make it clearer what it is about. Same for atags.c which is now atags_proc.c. Gather all the atags function declarations into a common atags.h. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/compat.h')
-rw-r--r--arch/arm/kernel/compat.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/kernel/compat.h b/arch/arm/kernel/compat.h
deleted file mode 100644
index 39264ab1b9c6..000000000000
--- a/arch/arm/kernel/compat.h
+++ /dev/null
@@ -1,11 +0,0 @@
1/*
2 * linux/arch/arm/kernel/compat.h
3 *
4 * Copyright (C) 2001 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9*/
10
11extern void convert_to_tag_list(struct tag *tags);