drm/msm/hdmi: remove CONFIG_OF checks
authorArchit Taneja <architt@codeaurora.org>
Fri, 30 Oct 2015 07:05:55 +0000 (12:35 +0530)
committerRob Clark <robdclark@gmail.com>
Mon, 14 Dec 2015 15:39:14 +0000 (10:39 -0500)
commit1fd6a4412c98a4bf89e1e583c5153c250aa24667
treef184233568d335df521da5ac16fc1eb4540c0a36
parentd50c192afeae3fb0530af63061d1f6238f8c8e02
drm/msm/hdmi: remove CONFIG_OF checks

We now only care about kernels that support DT. Remote the non-DT stuff.
While we're at it, use of_device_get_match_data to retrieve match data.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/hdmi/hdmi.c