commit | 2e4e98e788d8fbe30892bee3375067a4937155da | [log] [tgz] |
---|---|---|
author | lawrence rust <lawrence@softsystem.co.uk> | Wed Aug 25 09:50:20 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Oct 21 01:04:52 2010 -0200 |
tree | 66d0ae3a74fa77f3e1cffa752dc61bd4089ce609 | |
parent | f71d76812e6cd3af8e293eeb8eb465c208e771cc [diff] |
V4L/DVB: drivers/media: Make static data tables and strings const Making static data const avoids allocation of additional r/w memory and reduces initialisation time. It also provides some additional opportunities for compiler optimisations. Signed-off-by: Lawrence Rust <lvr@softsystem.co.uk> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>