forked from Minki/linux
1b7369acc4
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 |