diff mbox

[3/4] ARM: bcm281xx: Re-order hearder files

Message ID 1393366666-28625-4-git-send-email-markus.mayer@linaro.org
State Accepted
Commit 389df03610d8a8b1263ba222175eb6fba228c186
Headers show

Commit Message

Markus Mayer Feb. 25, 2014, 10:17 p.m. UTC
Re-order header files alphabetically.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
---
 arch/arm/mach-bcm/board_bcm281xx.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c
index e0d0bc5e..fe00ff3 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>