From: Mauro Carvalho Chehab Date: Thu, 4 Apr 2013 16:25:30 +0000 (-0300) Subject: [media] demux.h: Remove duplicated enum X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde04ab95d43e55959f12b92711b0ca4fed40637;p=pandora-kernel.git [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 --- Reading git-diff-tree failed