]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/net/tsec.c
Merge branch 'next'
[thirdparty/u-boot.git] / drivers / net / tsec.c
index 6e903597595c1c192fe0c78cc716a647360adbad..8833e3098d52ea53e38d6b9f02b23fbc77d4f2b0 100644 (file)
@@ -119,7 +119,7 @@ static int tsec_mcast_addr(struct udevice *dev, const u8 *mcast_mac, int join)
        return 0;
 }
 
-static int tsec_set_promisc(struct udevice *dev, bool enable)
+static int __maybe_unused tsec_set_promisc(struct udevice *dev, bool enable)
 {
        struct tsec_private *priv = dev_get_priv(dev);
        struct tsec __iomem *regs = priv->regs;