commit | 18637815a401248aef4582e8f379a37373767387 | [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 | dc97299443eb31a3c6ef98c41b568120c0e0908a [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>