Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] radio-rtrack2: add missing slab.h

Missed this one, this patch should solve this issue:

http://www.spinics.net/lists/linux-media/msg45880.html

Slab.h was added to all the other isa drivers, but not radio-rtrack2.c.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
a875431d 296da3cd

+1
+1
drivers/media/radio/radio-rtrack2.c
··· 17 17 #include <linux/videodev2.h> /* kernel radio structs */ 18 18 #include <linux/mutex.h> 19 19 #include <linux/io.h> /* outb, outb_p */ 20 + #include <linux/slab.h> 20 21 #include <media/v4l2-device.h> 21 22 #include <media/v4l2-ioctl.h> 22 23 #include "radio-isa.h"