1. 01 6月, 2010 37 次提交
  2. 21 5月, 2010 2 次提交
  3. 19 5月, 2010 1 次提交
    • R
      V4L/DVB: vivi and mem2mem_testdev need slab.h to build · 6b46c397
      Randy Dunlap 提交于
      Fix vivi and mem2mem_testdev build errors: need to #include <linux/slab.h>:
      
      drivers/media/video/vivi.c:1144: error: implicit declaration of function 'kfree'
      drivers/media/video/vivi.c:1156: error: implicit declaration of function 'kzalloc'
      drivers/media/video/vivi.c:1156: warning: assignment makes pointer from integer without a cast
      drivers/media/video/mem2mem_testdev.c:862: error: implicit declaration of function 'kzalloc'
      drivers/media/video/mem2mem_testdev.c:862: warning: assignment makes pointer from integer without a cast
      drivers/media/video/mem2mem_testdev.c:874: error: implicit declaration of function 'kfree'
      drivers/media/video/mem2mem_testdev.c:944: warning: assignment makes pointer from integer without a cast
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      6b46c397