drm/msm/hdmi: remove useless kref
authorRob Clark <robdclark@gmail.com>
Tue, 18 Nov 2014 13:40:44 +0000 (08:40 -0500)
committerRob Clark <robdclark@gmail.com>
Fri, 21 Nov 2014 13:56:19 +0000 (08:56 -0500)
A left-over from prior to component framework.  The original intent was
to deal with hdmi getting unloaded before the master component, but that
isn't really going to work anyways.  These days with the component
framework taking care to unload the master component first, we don't
have to worry about this.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/hdmi/hdmi.c
drivers/gpu/drm/msm/hdmi/hdmi.h
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c
drivers/gpu/drm/msm/hdmi/hdmi_connector.c

Simple merge
Simple merge