aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-01-25 00:00:58 +0000
committerDavid S. Miller <davem@davemloft.net>2013-01-27 01:01:41 -0500
commit5588d3742da9900323dc3d766845a53bacdfb5ab (patch)
treec5ff3be901ecc7b39c1d62d54a03e44307fa89e3 /arch
parentqlcnic: Bump up the version to 5.1.32 (diff)
downloadlinux-dev-5588d3742da9900323dc3d766845a53bacdfb5ab.tar.xz
linux-dev-5588d3742da9900323dc3d766845a53bacdfb5ab.zip
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')
-rw-r--r--arch/mips/include/uapi/asm/socket.h1
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 7e2723637b35..3e68bfbda6bc 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 */