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

From: Markus Mayer
Date: Tue Feb 25 2014 - 17:18:40 EST


Re-order header files alphabetically.

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

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>

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/