diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-02-25 14:17:45 -0800 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-03-06 03:18:00 -0500 |
commit | 389df03610d8a8b1263ba222175eb6fba228c186 (patch) | |
tree | 9c50eccdb0034b144f6216558b1253688380d76e /arch/arm/mach-bcm | |
parent | a21ea269b99e6b627c86c29fb1b45b859e3840b6 (diff) |
ARM: bcm281xx: Re-order hearder files
Re-order header files alphabetically.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r-- | arch/arm/mach-bcm/board_bcm281xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c index d7fa3aef6213..0335c3ad2966 100644 --- a/arch/arm/mach-bcm/board_bcm281xx.c +++ b/arch/arm/mach-bcm/board_bcm281xx.c @@ -11,9 +11,9 @@ * GNU General Public License for more details. */ -#include <linux/of_platform.h> -#include <linux/of_address.h> #include <linux/clocksource.h> +#include <linux/of_address.h> +#include <linux/of_platform.h> #include <asm/mach/arch.h> |