Skip to content

Commit

Permalink
net/atm/addr.c: Convert include <asm to include <linux
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Jan 27, 2010
1 parent 9982446 commit c39f01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/atm/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c39f01d

Please sign in to comment.