[PATCH net-next v5 2/2] net: ethernet: socionext: add AVE ethernet driver

David Miller davem at davemloft.net
Mon Dec 11 06:35:20 PST 2017


From: Kunihiko Hayashi <hayashi.kunihiko at 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.



More information about the linux-arm-kernel mailing list