commit | 6c72edab024757267f43de337f093203efea714b | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Jun 07 19:34:50 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Jun 09 17:47:38 2015 -0300 |
tree | 11db42d0bd6779bb148f37c4a8972bfa3bf3da3a | |
parent | 486ef85e93a4829e8f49d3bfe3ee3a29379868d3 [diff] |
[media] dvb: dmx.h: don't use anonymous enums There are several anonymous enums here, used via a typedef. Well, we don't like typedefs on Kernel, so let's de-anonimize those enums. Then, latter, we may be able to get rid of the typedefs, at least from Kernelspace. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>