commit | a114a585be4f3173fe454921a0918fb7e71633b0 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Dec 21 10:57:13 2017 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Dec 28 11:17:31 2017 -0500 |
tree | 4fbc327d9c5f8afeaeeb5d9db8c51463615fc375 | |
parent | a1f18fdc72a4dc7315f7bd14d6cb30dde42ce6eb [diff] |
media: dvb-core: get rid of mmap reserved field The "reserved" field was a way, used at V4L2 API, to add new data to existing structs without breaking userspace. However, there are now clever ways of doing that, without needing to add an uneeded overhead. So, get rid of them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>