[PATCH] ARM64: do not include ptrace.h from compat.h
Catalin Marinas
catalin.marinas at arm.com
Tue Nov 17 05:24:28 PST 2015
On Mon, Nov 16, 2015 at 05:32:15PM +0100, Arnd Bergmann wrote:
> including ptrace.h brings a definition of BITS_PER_PAGE into device
> drivers and cause a build warning in allmodconfig builds:
>
> drivers/block/drbd/drbd_bitmap.c:482:0: warning: "BITS_PER_PAGE" redefined
> #define BITS_PER_PAGE (1UL << (PAGE_SHIFT + 3))
>
> This uses a slightly different way to express current_pt_regs()
> that avoids the use of the header and gets away with the already
> included asm/ptrace.h.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Applied. Thanks.
--
Catalin
More information about the linux-arm-kernel
mailing list