diff options
author | Jingoo Han <jg1.han@samsung.com> | 2012-11-07 08:11:30 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-07 08:11:30 +0900 |
commit | f034d85eba83f69927f5836b341ffd2d85b5d93e (patch) | |
tree | 310862069c7f77bbc328a123d0138b1c3332e66d /arch/arm/mach-exynos/dev-ohci.c | |
parent | 55b85967f4e988d43a11bf0e432f15892e615db0 (diff) |
ARM: EXYNOS: reorder inclusions of <linux/platform_data/xxx.h>
This patch reorders inclusions of <linux/platform_data/xxx.h>
and puts the inclusions with the same kind for readability,
according to alphabetical ordering.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/dev-ohci.c')
-rw-r--r-- | arch/arm/mach-exynos/dev-ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/dev-ohci.c b/arch/arm/mach-exynos/dev-ohci.c index 14ed7951a2c..4244d02dafb 100644 --- a/arch/arm/mach-exynos/dev-ohci.c +++ b/arch/arm/mach-exynos/dev-ohci.c @@ -12,10 +12,10 @@ #include <linux/dma-mapping.h> #include <linux/platform_device.h> +#include <linux/platform_data/usb-exynos.h> #include <mach/irqs.h> #include <mach/map.h> -#include <linux/platform_data/usb-exynos.h> #include <plat/devs.h> #include <plat/usb-phy.h> |