mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-29 01:35:27 +00:00
A couple of drivers produced build errors after the mod_devicetable.h
header was split out from the platform_device one, e.g.
drivers/media/platform/davinci/vpbe_osd.c:42:40: error: array type has incomplete element type 'struct platform_device_id'
drivers/media/platform/davinci/vpbe_venc.c:42:40: error: array type has incomplete element type 'struct platform_device_id'
This adds the inclusion where needed.
Fixes:
|
||
|---|---|---|
| .. | ||
| hva-debugfs.c | ||
| hva-h264.c | ||
| hva-hw.c | ||
| hva-hw.h | ||
| hva-mem.c | ||
| hva-mem.h | ||
| hva-v4l2.c | ||
| hva.h | ||
| Makefile | ||