Skip to content

Commit 0f06feb

Browse files
Seraphimegregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 76bdaa1 commit 0f06feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/bcm2835-audio/bcm2835-vchiq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <linux/file.h>
2323
#include <linux/mm.h>
2424
#include <linux/syscalls.h>
25-
#include <asm/uaccess.h>
25+
#include <linux/uaccess.h>
2626
#include <linux/slab.h>
2727
#include <linux/delay.h>
2828
#include <linux/atomic.h>

0 commit comments

Comments
 (0)