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

[media] uvcvideo: uvc_driver.c: use linux/atomic.h

There's no known problem here, but this is one of only two non-arch files
in the kernel which use asm/atomic.h instead of linux/atomic.h.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Andrew Morton and committed by
Mauro Carvalho Chehab
66ede038 3efe2f1b

+1 -1
+1 -1
drivers/media/video/uvc/uvc_driver.c
··· 23 23 * codec can't handle MJPEG data. 24 24 */ 25 25 26 + #include <linux/atomic.h> 26 27 #include <linux/kernel.h> 27 28 #include <linux/list.h> 28 29 #include <linux/module.h> ··· 33 32 #include <linux/vmalloc.h> 34 33 #include <linux/wait.h> 35 34 #include <linux/version.h> 36 - #include <asm/atomic.h> 37 35 #include <asm/unaligned.h> 38 36 39 37 #include <media/v4l2-common.h>