]> git.baikalelectronics.ru Git - kernel.git/commit
perf events: hw_breakpoints: Don't include asm/hw_breakpoint.h in user space
authorArnd Bergmann <arnd@arndb.de>
Mon, 7 Dec 2009 16:12:58 +0000 (17:12 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Dec 2009 01:58:40 +0000 (02:58 +0100)
commitf4249a8d196dfed330a2e2db6251d763eb0b9d94
treee0d4ce6cc443a6cb2c32f6e2c08c9512c1b4dbd4
parent05f3e8885c9430ce52580955fb8b47b3cd34484e
perf events: hw_breakpoints: Don't include asm/hw_breakpoint.h in user space

asm/hw_breakpoint.h is evidently a kernel internal file and
should not be included globally, not even under an #ifdef.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: K.Prasad <prasad@linux.vnet.ibm.com>
LKML-Reference: <200912071712.58650.arnd@arndb.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/perf_event.h