Skip to content

Commit 776a74c

Browse files
wangweidongdavem330
authored andcommitted
tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>
As warned by checkpatch.pl, use #include <linux/uaccess.h> instead of <asm/uaccess.h> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Reviewed-by: Erik Hugne <erik.hugne@ericsson.com> Signed-off-by: Wang Weidong <wangweidong1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 3b8401f commit 776a74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/tipc/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#include <linux/mm.h>
4848
#include <linux/timer.h>
4949
#include <linux/string.h>
50-
#include <asm/uaccess.h>
50+
#include <linux/uaccess.h>
5151
#include <linux/interrupt.h>
5252
#include <linux/atomic.h>
5353
#include <asm/hardirq.h>

0 commit comments

Comments
 (0)