diff options
author | James Bottomley <[email protected]> | 2012-01-17 21:14:05 +0000 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-01-17 15:40:51 -0800 |
commit | 67175b855bfd6ed95ffeff95532173c07de6432d (patch) | |
tree | 2f98cccf78987db9b319c67a523ab44edc7bde3b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | e268337dfe26dfc7efd422a804dbb27977a3cccc (diff) |
Fix compile breakage with kref.h
This set of build failures just started appearing on parisc:
In file included from drivers/input/serio/serio_raw.c:12:
include/linux/kref.h: In function 'kref_get':
include/linux/kref.h:40: error: 'TAINT_WARN' undeclared (first use in this function)
include/linux/kref.h:40: error: (Each undeclared identifier is reported only once
include/linux/kref.h:40: error: for each function it appears in.)
include/linux/kref.h: In function 'kref_sub':
include/linux/kref.h:65: error: 'TAINT_WARN' undeclared (first use in this function)
It happens because TAINT_WARN is defined in kernel.h and this particular
compile doesn't seem to include it (no idea why it's just manifesting ..
probably some #include file untangling exposed it).
Fix by adding
#include <linux/kernel.h>
to linux/kref.h
Signed-off-by: James Bottomley <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions