mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
The TVE200 DRM driver can be built as a module and uses tve200_of_match
as its OF match table, but the table is not exported for module alias
generation.
Add the MODULE_DEVICE_TABLE(of, ...) entry so modpost can generate OF
module aliases for OF based module autoloading.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| tve200_display.c | ||
| tve200_drm.h | ||
| tve200_drv.c | ||