From: Stefan Richter Date: Sun, 8 Nov 2009 21:29:41 +0000 (-0300) Subject: V4L/DVB (13399): firedtv: add missing include, rename a constant X-Git-Tag: v2.6.33-rc1~338^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e25abb522e055beeaf887f50a49cb370acc62b6;p=pandora-kernel.git V4L/DVB (13399): firedtv: add missing include, rename a constant Add #include for dvb_dmx_swfilter_packets(). This was already indirectly included via firedtv.h, but don't rely on it. The 4 bytes which were referred to as FIREWIRE_HEADER_SIZE are actually the source packet header from IEC 61883-4 (MPEG2-TS data transmission over 1394), not e.g. the IEEE 1394 isochronous packet header. So choose a more precise name. Also, express the payload size as a preprocessor constant too. Signed-off-by: Stefan Richter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed