1
0
Fork 0
remarkable-linux/drivers/media/firewire
Mauro Carvalho Chehab fde04ab95d [media] demux.h: Remove duplicated enum
"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
	drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-04-08 06:53:15 -03:00
..
Kconfig [media] firewire: move it one level up 2012-08-13 23:20:36 -03:00
Makefile [media] Fix some Makefile rules 2012-08-16 19:55:03 -03:00
firedtv-avc.c [media] firewire: move it one level up 2012-08-13 23:20:36 -03:00
firedtv-ci.c [media] firewire: move it one level up 2012-08-13 23:20:36 -03:00
firedtv-dvb.c [media] demux.h: Remove duplicated enum 2013-04-08 06:53:15 -03:00
firedtv-fe.c [media] firewire: move it one level up 2012-08-13 23:20:36 -03:00
firedtv-fw.c [media] firewire: move it one level up 2012-08-13 23:20:36 -03:00
firedtv-rc.c [media] firewire: move it one level up 2012-08-13 23:20:36 -03:00
firedtv.h [media] remove include/linux/dvb/dmx.h 2012-10-19 07:29:17 -03:00