[PATCH net-next v5 2/2] net: ethernet: socionext: add AVE ethernet driver
From: davem@davemloft.net (David Miller)
Date: 2017-12-11 14:35:29
Also in:
linux-devicetree, lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2017-12-11 14:35:29
Also in:
linux-devicetree, lkml, netdev
From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Date: Mon, 11 Dec 2017 16:57:29 +0900
+static inline u32 ave_desc_read(struct net_device *ndev, enum desc_id id, + int entry, int offset)
Do not use inline functions in foo.c files, let the compiler decide what to do. Thank you.