mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
media: qcom: camss: drop unused module alias
The driver has never supported anything but OF probing so drop the unused platform module alias. Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
committed by
Hans Verkuil
parent
52862dc989
commit
c38d1d7033
@@ -4537,7 +4537,6 @@ static struct platform_driver qcom_camss_driver = {
|
||||
|
||||
module_platform_driver(qcom_camss_driver);
|
||||
|
||||
MODULE_ALIAS("platform:qcom-camss");
|
||||
MODULE_DESCRIPTION("Qualcomm Camera Subsystem driver");
|
||||
MODULE_AUTHOR("Todor Tomov <todor.tomov@linaro.org>");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
Reference in New Issue
Block a user