Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media
Randy Dunlap 0e3534c041 media: pms.c needs linux/slab.h
drivers/media/video/pms.c uses kzalloc() and kfree() so it should
include <linux/slab.h> to fix build errors and a warning.

  drivers/media/video/pms.c:1047:2: error: implicit declaration of function 'kzalloc'
  drivers/media/video/pms.c:1047:6: warning: assignment makes pointer from integer without a cast
  drivers/media/video/pms.c:1116:2: error: implicit declaration of function 'kfree'

Found in mmotm but applies to mainline.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-06-20 22:10:08 -07:00
..
common [media] fc0013 ver. 0.2: introduction of get_rf_strength function 2012-05-20 10:22:17 -03:00
dvb [media] zl10353: change .read_snr() to report SNR as a 0.1 dB 2012-05-20 12:19:36 -03:00
radio [media] radio-sf16fmi: add support for SF16-FMD 2012-05-20 16:10:05 -03:00
rc [media] rc-loopback: remove duplicate line 2012-05-20 16:06:06 -03:00
video media: pms.c needs linux/slab.h 2012-06-20 22:10:08 -07:00
Kconfig
Makefile
media-device.c [media] media: fix truncated entity specification 2011-12-20 09:31:50 -02:00
media-devnode.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
media-entity.c [media] media: Add link_validate() op to check links to the sink pad 2012-05-14 08:44:11 -03:00