diff options
author | Thomas Graf <tgraf@suug.ch> | 2013-01-25 00:00:58 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-27 01:01:41 -0500 |
commit | 5588d3742da9900323dc3d766845a53bacdfb5ab (patch) | |
tree | c5ff3be901ecc7b39c1d62d54a03e44307fa89e3 /arch/mips | |
parent | 7a8feb4275739012a5a11488439d3c1b8e1ca809 (diff) | |
download | op-kernel-dev-5588d3742da9900323dc3d766845a53bacdfb5ab.zip op-kernel-dev-5588d3742da9900323dc3d766845a53bacdfb5ab.tar.gz |
Remove leftover #endif after introducing SO_REUSEPORT
Commit 055dc21a1d (soreuseport: infrastructure) removed the #if 0
around SO_REUSEPORT without removing the corresponding #endif
thus causing the header guard to close early.
Cc: Tom Herbert <therbert@google.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/uapi/asm/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/uapi/asm/socket.h b/arch/mips/include/uapi/asm/socket.h index 7e27236..3e68bfb 100644 --- a/arch/mips/include/uapi/asm/socket.h +++ b/arch/mips/include/uapi/asm/socket.h @@ -29,7 +29,6 @@ socket to transmit pending data. */ #define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */ #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ -#endif #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ #define SO_STYLE SO_TYPE /* Synonym */ |