[media] media: Move MEDIA_ENTITY_MAX_PADS from media-entity.h to media-entity.c
authorSakari Ailus <sakari.ailus@iki.fi>
Wed, 16 Dec 2015 13:32:37 +0000 (11:32 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 11 Jan 2016 14:19:22 +0000 (12:19 -0200)
commit0798ce4a386d605af9ddbed724a8f4c8cccc1dab
tree25c124ba2fd95b0df564aaaf485711e3fb24c00d
parent030e89ecab55b6e105e19fa830a7a7160237f19a
[media] media: Move MEDIA_ENTITY_MAX_PADS from media-entity.h to media-entity.c

This isn't really a part of any interface drivers are expected to use. In
order to keep drivers from using it, hide it in media-entity.c. This was
always an arbitrary number and should be removed in the long run.

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.026571 seconds and 5 git commands to generate.