diff options
| author | Arvind Yadav <[email protected]> | 2017-07-01 08:18:24 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-07-19 14:59:24 -0400 |
| commit | efaf515f0d5124193393e37adbef423866a99273 (patch) | |
| tree | 178704d2f1eb86b4251724fafab9646ddfad135e /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 59310b7a06c1f9c7d8fd2d981dbc85226214dc32 (diff) | |
media: vb2 dma-sg: Constify dma_buf_ops structures
dma_buf_ops are not supposed to change at runtime. All functions
working with dma_buf_ops provided by <linux/dma-buf.h> work with
const dma_buf_ops. So mark the non-const structs as const.
File size before:
text data bss dec hex filename
5238 112 4 5354 14ea drivers/media/v4l2-core/videobuf2-dma-sg.o
File size After adding 'const':
text data bss dec hex filename
5358 0 4 5362 14f2 drivers/media/v4l2-core/videobuf2-dma-sg.o
Signed-off-by: Arvind Yadav <[email protected]>
Acked-by: Marek Szyprowski <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions