diff options
author | Seraphime Kirkovski <kirkseraph@gmail.com> | 2017-02-03 00:12:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-03 13:01:39 +0100 |
commit | 0f06feba91580df799c48bed753a7400a43d05f7 (patch) | |
tree | 8540198884d9606fe05877e26088db08f30b14f2 /drivers/staging | |
parent | 76bdaa161cd93d9c033bf6fe2b0a5661c8204441 (diff) |
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 2 |
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> |