mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
media: venus: drop unused module aliases
The driver has never supported anything but OF probing so drop the unused platform module aliases. Signed-off-by: Johan Hovold <johan@kernel.org> Reviewed-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
6e971cfe62
commit
bcaaa08dda
|
|
@ -1146,6 +1146,5 @@ static struct platform_driver qcom_venus_driver = {
|
|||
};
|
||||
module_platform_driver(qcom_venus_driver);
|
||||
|
||||
MODULE_ALIAS("platform:qcom-venus");
|
||||
MODULE_DESCRIPTION("Qualcomm Venus video encoder and decoder driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
|||
|
|
@ -1877,6 +1877,5 @@ static struct platform_driver qcom_venus_dec_driver = {
|
|||
};
|
||||
module_platform_driver(qcom_venus_dec_driver);
|
||||
|
||||
MODULE_ALIAS("platform:qcom-venus-decoder");
|
||||
MODULE_DESCRIPTION("Qualcomm Venus video decoder driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
|||
|
|
@ -1659,6 +1659,5 @@ static struct platform_driver qcom_venus_enc_driver = {
|
|||
};
|
||||
module_platform_driver(qcom_venus_enc_driver);
|
||||
|
||||
MODULE_ALIAS("platform:qcom-venus-encoder");
|
||||
MODULE_DESCRIPTION("Qualcomm Venus video encoder driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user