projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d873ab9
)
drm/exynos: fix build warnings from ipp fimc
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 22 May 2013 12:14:15 +0000
(21:14 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 23 May 2013 10:48:36 +0000
(19:48 +0900)
Becuase of order of headers, there are build warnings and they are
fixed with this patch.
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_fimc.c
b/drivers/gpu/drm/exynos/exynos_drm_fimc.c
index 754d76082eb3f53b4d55d73d21e4f65ec8933a46..75c50f5fe0eda40d6efc038cdbedce647375c2d7 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_drm_fimc.c
+++ b/
drivers/gpu/drm/exynos/exynos_drm_fimc.c
@@
-12,9
+12,9
@@
*
*/
#include <linux/kernel.h>
-#include <linux/mfd/syscon.h>
#include <linux/module.h>
#include <linux/platform_device.h>
+#include <linux/mfd/syscon.h>
#include <linux/regmap.h>
#include <linux/clk.h>
#include <linux/pm_runtime.h>