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