]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
atm: Cleanup atm_tcp.h and atm.h for userspace.
authorMike Frysinger <vapier@gentoo.org>
Thu, 15 May 2008 06:24:09 +0000 (23:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 May 2008 06:24:09 +0000 (23:24 -0700)
commita1a61a435b3cc157830b7d42b175151ae5eabdd3
tree5c8a8d9561551a8666c9a78cbef64a91e901b48d
parent38d2f38be9e4a2f1e3324c973a903aa972f71d0f
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 <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/atm.h
include/linux/atm_tcp.h