Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1572794
| From | Seraphime Kirkovski <kirkseraph@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] bcm2835: cleanup: remove deprecated <asm/uaccess.h> include |
| Date | 2017-02-03 00:20 +0100 |
| Message-ID | <t6yPv-22m-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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> --- drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835-vchiq.c b/drivers/staging/bcm2835-audio/bcm2835-vchiq.c index e8fd9c79bcfc..8b9085be096b 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> -- 2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] bcm2835: cleanup: remove deprecated <asm/uaccess.h> include Seraphime Kirkovski <kirkseraph@gmail.com> - 2017-02-03 00:20 +0100
csiph-web