commit | c39f01d7883f944ae75961cc1a31d348c7970599 | [log] [tgz] |
---|---|---|
author | Joe Perches <[email protected]> | Tue Jan 26 11:40:01 2010 +0000 |
committer | David S. Miller <[email protected]> | Tue Jan 26 21:15:56 2010 -0800 |
tree | bc8cb50dc0f7d6c3e1ec36be1f65d692c65db65d | |
parent | 99824461ea72ca0044cc6508f02c0e1cabf37ba5 [diff] [blame] |
net/atm/addr.c: Convert include <asm to include <linux Signed-off-by: Joe Perches <[email protected]> Signed-off-by: David S. Miller <[email protected]>
diff --git a/net/atm/addr.c b/net/atm/addr.c index 82e85ab..cf3ae8b4 100644 --- a/net/atm/addr.c +++ b/net/atm/addr.c
@@ -4,7 +4,7 @@ #include <linux/atm.h> #include <linux/atmdev.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include "signaling.h" #include "addr.h"