diff options
author | Joe Perches <joe@perches.com> | 2010-01-26 11:40:01 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-26 21:15:56 -0800 |
commit | c39f01d7883f944ae75961cc1a31d348c7970599 (patch) | |
tree | bc8cb50dc0f7d6c3e1ec36be1f65d692c65db65d /net/atm/addr.c | |
parent | 99824461ea72ca0044cc6508f02c0e1cabf37ba5 (diff) | |
download | op-kernel-dev-c39f01d7883f944ae75961cc1a31d348c7970599.zip op-kernel-dev-c39f01d7883f944ae75961cc1a31d348c7970599.tar.gz |
net/atm/addr.c: Convert include <asm to include <linux
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/addr.c')
-rw-r--r-- | net/atm/addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/addr.c b/net/atm/addr.c index 82e85ab..cf3ae8b 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" |