]> asedeno.scripts.mit.edu Git - linux.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)
commit3256b36ea36525945d8575c0100752819a309aaa
treedbc64c98a67c07a242b412db4d4dc5d9e76d7ffe
parentc93022a72f01f8e53d6e1bc2a8d2c2824c2f36bc
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 0df289a209e0
("[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