commit | 92bf4be62383114640e997cef19a74fc573c09bd | [log] [tgz] |
---|---|---|
author | Ajay Kumar <ajaykumar.rs@samsung.com> | Thu Feb 21 23:53:09 2013 +0000 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Wed Mar 27 21:23:27 2013 +0900 |
tree | b460170b0d765ebf62aeb5a019aca5a2c816e548 | |
parent | bca019f8c932de4be62f464c67c5d3f6ed7097bc [diff] |
SMDK5250: Use statically defined structures only in non DT case Since we have DT support in exynos_fb and exynos_dp drivers now, we need not define any static structure or platform data related to display in the board file smdk5250.c. So, we place the already existing structures inside #ifndef CONFIG_OF_CONTROL block. Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>