diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-19 07:32:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-21 15:43:28 -0400 |
commit | c0aaf696d45e2a72048a56441e81dad78659c698 (patch) | |
tree | 8e163c98eee30109a20535f15b0c51935fb6d2ca /Documentation/dvb/get_dvb_firmware | |
parent | 976bcb2f6f9c9fb11f0aad7b7c87953e9c3f0116 (diff) |
[media] coda: coda-bit: Include "<linux/slab.h>"
coda-bit uses kmalloc/kfree functions, so the slab header needs to be included
in order to fix the following build errors:
drivers/media/platform/coda/coda-bit.c: In function 'coda_fill_bitstream':
drivers/media/platform/coda/coda-bit.c:231:4: error: implicit declaration of function 'kmalloc' [-Werror=implicit-function-declaration]
drivers/media/platform/coda/coda-bit.c: In function 'coda_alloc_framebuffers':
drivers/media/platform/coda/coda-bit.c:312:3: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration]
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/dvb/get_dvb_firmware')
0 files changed, 0 insertions, 0 deletions