Revert "add s390x arch build info at the netlink_deprecated_linux bri…
@@ -1,4 +1,4 @@
-// +build !arm,!ppc64,!ppc64le,!s390x
+// +build !arm,!ppc64,!ppc64le
package bridge
@@ -1,7 +0,0 @@
-// +build s390x
-
-package bridge
-func ifrDataByte(b byte) uint8 {
- return uint8(b)
-}