Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 999b6cec authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm: export symbols for drm client registration API"

parents 31153ffe 8d8d485e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ int msm_drm_register_client(struct notifier_block *nb)
	return blocking_notifier_chain_register(&msm_drm_notifier_list,
						nb);
}
EXPORT_SYMBOL(msm_drm_register_client);

/**
 * msm_drm_unregister_client - unregister a client notifier
@@ -63,6 +64,7 @@ int msm_drm_unregister_client(struct notifier_block *nb)
	return blocking_notifier_chain_unregister(&msm_drm_notifier_list,
						  nb);
}
EXPORT_SYMBOL(msm_drm_unregister_client);

/**
 * msm_drm_notifier_call_chain - notify clients of drm_events