summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm/board_bcm281xx.c
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2014-02-25 14:17:45 -0800
committerMatt Porter <mporter@linaro.org>2014-03-06 03:18:00 -0500
commit389df03610d8a8b1263ba222175eb6fba228c186 (patch)
tree9c50eccdb0034b144f6216558b1253688380d76e /arch/arm/mach-bcm/board_bcm281xx.c
parenta21ea269b99e6b627c86c29fb1b45b859e3840b6 (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/board_bcm281xx.c')
-rw-r--r--arch/arm/mach-bcm/board_bcm281xx.c4
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>