summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeraphime Kirkovski2017-02-03 00:12:43 +0100
committerGreg Kroah-Hartman2017-02-03 13:01:39 +0100
commit0f06feba91580df799c48bed753a7400a43d05f7 (patch)
tree8540198884d9606fe05877e26088db08f30b14f2
parentstaging: lustre: libcfs: double copy bug (diff)
downloadkernel-qcow2-linux-0f06feba91580df799c48bed753a7400a43d05f7.tar.gz
kernel-qcow2-linux-0f06feba91580df799c48bed753a7400a43d05f7.tar.xz
kernel-qcow2-linux-0f06feba91580df799c48bed753a7400a43d05f7.zip
staging: bcm2835: cleanup: remove deprecated <asm/uaccess.h> include
This replaces the last occurrence of the deprecated <asm/uaccess.h> include in the staging directory with the newer <linux/uaccess.h> Signed-off-by: Seraphime Kirkovski <kirkseraph@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/bcm2835-audio/bcm2835-vchiq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm2835-audio/bcm2835-vchiq.c b/drivers/staging/bcm2835-audio/bcm2835-vchiq.c
index 878aecfa61b8..c1a8f0326b4c 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-vchiq.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-vchiq.c
@@ -22,7 +22,7 @@
#include <linux/file.h>
#include <linux/mm.h>
#include <linux/syscalls.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/atomic.h>