From: Mike Frysinger Date: Thu, 15 May 2008 06:24:09 +0000 (-0700) Subject: atm: Cleanup atm_tcp.h and atm.h for userspace. X-Git-Tag: v2.6.26-rc4~91^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a61a435b3cc157830b7d42b175151ae5eabdd3;p=pandora-kernel.git atm: Cleanup atm_tcp.h and atm.h for userspace. The atm_tcp.h uses types from linux/atm.h, but does not include it. It should also use the standard __u## types from linux/types.h rather than the uint##_t types since the former can be found with the kernel already. Same goes for linux/atm.h. The linux/socket.h include there also gets dropped as atm.h does not actually use anything from socket.h. Signed-off-by: Mike Frysinger Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed