mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
media: starfive: Remove MODULE_SUPPORTED_DEVICE macro call
This macro was never implemented and completely removed upstream. Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
This commit is contained in:
parent
44c811818c
commit
89b831a8fe
2 changed files with 0 additions and 2 deletions
|
@ -36,4 +36,3 @@ EXPORT_SYMBOL_GPL(vin_notifier_call);
|
|||
MODULE_AUTHOR("StarFive Technology Co., Ltd.");
|
||||
MODULE_DESCRIPTION("Starfive VIC video in notifier");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_SUPPORTED_DEVICE("video");
|
||||
|
|
|
@ -932,4 +932,3 @@ module_exit(stf_vin_cleanup);
|
|||
MODULE_AUTHOR("StarFive Technology Co., Ltd.");
|
||||
MODULE_DESCRIPTION("Starfive VIC video in driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_SUPPORTED_DEVICE("video");
|
||||
|
|
Loading…
Add table
Reference in a new issue