Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1572794 > unrolled thread

[PATCH] bcm2835: cleanup: remove deprecated <asm/uaccess.h> include

Started bySeraphime Kirkovski <kirkseraph@gmail.com>
First post2017-02-03 00:20 +0100
Last post2017-02-03 00:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] bcm2835: cleanup: remove deprecated <asm/uaccess.h> include Seraphime Kirkovski <kirkseraph@gmail.com> - 2017-02-03 00:20 +0100

#1572794 — [PATCH] bcm2835: cleanup: remove deprecated <asm/uaccess.h> include

FromSeraphime Kirkovski <kirkseraph@gmail.com>
Date2017-02-03 00:20 +0100
Subject[PATCH] bcm2835: cleanup: remove deprecated <asm/uaccess.h> include
Message-ID<t6yPv-22m-9@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web