[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE2F3rDLW83C6zpfuawLRHVXGWq6z5kGYR-76vvzOqo20dDH6w@mail.gmail.com>
Date: Fri, 27 Oct 2017 13:25:31 -0700
From: Daniel Mentz <danielmentz@...gle.com>
To: Stephen Bates <sbates@...thlin.com>
Cc: Jonathan Corbet <corbet@....net>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Will Deacon <will.deacon@....com>,
lkml <linux-kernel@...r.kernel.org>, logang@...tatee.com
Subject: Re: [PATCH v2] genalloc: Make the avail variable an atomic_long_t
On Thu, Oct 26, 2017 at 9:04 AM, <sbates@...thlin.com> wrote:
> --- a/include/linux/genalloc.h
> +++ b/include/linux/genalloc.h
> @@ -32,6 +32,7 @@
>
> #include <linux/types.h>
> #include <linux/spinlock_types.h>
> +#include <linux/atomic.h>
Do we still need #include <linux/types.h> ? For me, it compiles without it.
Reviewed-by: Daniel Mentz <danielmentz@...gle.com>
Powered by blists - more mailing lists