Re: [PATCH 09/13] net: average: kill off ACCESS_ONCE()

From: Mark Rutland
Date: Tue Oct 10 2017 - 05:30:36 EST


On Mon, Oct 09, 2017 at 07:28:46PM +0100, Mark Rutland wrote:
> diff --git a/include/linux/average.h b/include/linux/average.h
> index 7ddaf34..7a72de4 100644
> --- a/include/linux/average.h
> +++ b/include/linux/average.h
> @@ -1,6 +1,10 @@
> #ifndef _LINUX_AVERAGE_H
> #define _LINUX_AVERAGE_H
>
> +#include <linux/bug.h>
> +#include <linux/compiler.h>
> +#include <linux/ilog2.h>

This should've been <linux/log2.h>. I've fixed that locally and pushed
out to my core/access-once branch.

Thanks,
Mark.