socket: remove duplicate declaration of struct timespec
authorHagen Paul Pfeifer <hagen@jauu.net>
Tue, 6 Apr 2010 05:39:52 +0000 (05:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Apr 2010 02:50:20 +0000 (19:50 -0700)
commit842509b8591fd9a40f5532a5f049bd29804af6d6
tree54fdbffa504348ecf0945df67479ea01898c8ee5
parentc6537d6742985da1fbf12ae26cde6a096fd35b5c
socket: remove duplicate declaration of struct timespec

struct timespec ts was alreay defined. Reuse the previously
defined one and reduce the memory footprint on the stack by
16 bytes.

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c