]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/net.h
net: do not manually initialize enumerators
[karo-tx-linux.git] / include / linux / net.h
index 99c9f0c103c23ccaab15e69fe6f684cd8e21c943..4f27575ce1d67ebe74d1bba4f40a70f6edbdea11 100644 (file)
@@ -79,9 +79,9 @@ enum sock_type {
 #endif /* ARCH_HAS_SOCKET_TYPES */
 
 enum sock_shutdown_cmd {
-       SHUT_RD         = 0,
-       SHUT_WR         = 1,
-       SHUT_RDWR       = 2,
+       SHUT_RD,
+       SHUT_WR,
+       SHUT_RDWR,
 };
 
 struct socket_wq {