commit | 3256b36ea36525945d8575c0100752819a309aaa | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Sep 01 06:09:14 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Sep 05 05:49:45 2017 -0400 |
tree | dbc64c98a67c07a242b412db4d4dc5d9e76d7ffe | |
parent | c93022a72f01f8e53d6e1bc2a8d2c2824c2f36bc [diff] |
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>