[media] dvb: split enum from typedefs at frontend.h
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 26 May 2015 10:34:21 +0000 (07:34 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 30 May 2015 11:29:27 +0000 (08:29 -0300)
commit97f411d9175f018503e67e7552f92bc28844001b
tree90a3e0807bfc4752367d6757db9acc09850dc03a
parenta8d3e4b4d9298bdc36934a0b49a7d540d8eaf8f9
[media] dvb: split enum from typedefs at frontend.h

Using typedefs is already bad enough, but doing it together
with enum declaration is even worse.

Also, it breaks the scripts at DocBook that would be generating
reference pointers for the enums.

Well, we can't get rid of typedef right now, but let's at least
declare it on a separate line, and let the scripts to generate
the cross-reference, as this is needed for the next DocBook
patches.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/uapi/linux/dvb/frontend.h