]> git.baikalelectronics.ru Git - kernel.git/commit
media: dmx.h: split typedefs from structs
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 1 Sep 2017 10:09:14 +0000 (06:09 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 09:49:45 +0000 (05:49 -0400)
commite044010a92b138f4d9edec0eccccc0b430391104
treedbc64c98a67c07a242b412db4d4dc5d9e76d7ffe
parenta3fb9445b9c6ecef5ba8e9300f6ab0ca987a0063
media: dmx.h: split typedefs from structs

Using typedefs inside the Kernel is against CodingStyle, and
there's no good usage here.

Just like we did at frontend.h, at commit 28d6ad767d3b
("[media] dvb: Get rid of typedev usage for enums"), let's keep
those typedefs only to provide userspace backward compatibility.

No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dmxdev.c
include/uapi/linux/dvb/dmx.h