From: Fabio Estevam Date: Tue, 27 Jan 2015 12:21:49 +0000 (-0200) Subject: drm/bridge: dw-hdmi: Adapt to bridge API change X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5217bf4692218d202d3d2cd772864fa1e10be4d;p=pandora-kernel.git drm/bridge: dw-hdmi: Adapt to bridge API change Commit fbc4572e9c48e45b ("drm/bridge: make bridge registration independent of drm flow") introduced some drm/bridge API modifications. Make the necessary changes so that we can avoid the build breakage: drivers/gpu/drm/bridge/dw_hdmi.c: In function 'dw_hdmi_bridge_destroy': drivers/gpu/drm/bridge/dw_hdmi.c:1378:2: error: implicit declaration of function 'drm_bridge_cleanup' [-Werror=implicit-function-declaration] drivers/gpu/drm/bridge/dw_hdmi.c: At top level: drivers/gpu/drm/bridge/dw_hdmi.c:1471:2: error: unknown field 'destroy' specified in initializer drivers/gpu/drm/bridge/dw_hdmi.c: In function 'dw_hdmi_register': drivers/gpu/drm/bridge/dw_hdmi.c:1535:2: error: implicit declaration of function 'drm_bridge_init' [-Werror=implicit-function-declaration] Signed-off-by: Fabio Estevam Signed-off-by: Thierry Reding --- Reading git-diff-tree failed