diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2012-03-09 11:24:33 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 01:32:30 -0500 |
commit | 95e874cb415d114e16ca1fa5ce00b808c092db4c (patch) | |
tree | 4ea7e88abd6d58badfccf442c8f97d8d3c84db0b /arch/arm/mach-exynos/mach-universal_c210.c | |
parent | 156d264b1956727cf8ebbe94e8ca95454d46044a (diff) |
ARM: EXYNOS: Register JPEG on universal_c210
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-universal_c210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index 23122f294a24..36aafb09b425 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -1047,6 +1047,7 @@ static struct platform_device *universal_devices[] __initdata = { | |||
1047 | &universal_gpio_keys, | 1047 | &universal_gpio_keys, |
1048 | &s5p_device_onenand, | 1048 | &s5p_device_onenand, |
1049 | &s5p_device_fimd0, | 1049 | &s5p_device_fimd0, |
1050 | &s5p_device_jpeg, | ||
1050 | &s5p_device_mfc, | 1051 | &s5p_device_mfc, |
1051 | &s5p_device_mfc_l, | 1052 | &s5p_device_mfc_l, |
1052 | &s5p_device_mfc_r, | 1053 | &s5p_device_mfc_r, |