[media] media: Remove pre-allocated entity enumeration bitmap
authorSakari Ailus <sakari.ailus@iki.fi>
Wed, 16 Dec 2015 13:32:36 +0000 (11:32 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 11 Jan 2016 14:19:22 +0000 (12:19 -0200)
commit030e89ecab55b6e105e19fa830a7a7160237f19a
tree8b2115efa6e3c9d868ed889b55cf0a2e5e092d19
parentbb0faebdc1d377705081fed67af3f3f3001ac7b8
[media] media: Remove pre-allocated entity enumeration bitmap

The bitmaps for entity enumerations used to be statically allocated. Now
that the drivers have been converted to use the new interface which
explicitly initialises the enum objects, drop the pre-allocated bitmaps.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/media-entity.c
include/media/media-entity.h
This page took 0.03972 seconds and 5 git commands to generate.