summaryrefslogtreecommitdiffstats
path: root/include/drm/bridge/aux-bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/bridge/aux-bridge.h')
-rw-r--r--include/drm/bridge/aux-bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/bridge/aux-bridge.h b/include/drm/bridge/aux-bridge.h
index 445390610..c2f5a8555 100644
--- a/include/drm/bridge/aux-bridge.h
+++ b/include/drm/bridge/aux-bridge.h
@@ -33,7 +33,7 @@ static inline struct auxiliary_device *devm_drm_dp_hpd_bridge_alloc(struct devic
return NULL;
}
-static inline int devm_drm_dp_hpd_bridge_add(struct auxiliary_device *adev)
+static inline int devm_drm_dp_hpd_bridge_add(struct device *dev, struct auxiliary_device *adev)
{
return 0;
}