mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-09 03:58:28 +00:00
gcc-4.4.4 has issues with initialization of anonymous unions:
drivers/media/cec/cec-adap.c: In function 'cec_queue_msg_fh':
drivers/media/cec/cec-adap.c:184: error: unknown field 'lost_msgs' specified in initializer
work around this.
Fixes:
|
||
|---|---|---|
| .. | ||
| cec-adap.c | ||
| cec-api.c | ||
| cec-core.c | ||
| cec-edid.c | ||
| cec-notifier.c | ||
| cec-pin.c | ||
| cec-priv.h | ||
| Kconfig | ||
| Makefile | ||