diff options
author | Lasse Collin <[email protected]> | 2011-07-24 19:54:25 +0300 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-07-24 10:00:08 -0700 |
commit | 81d67439855a7f928d90965d832aa4f2fb677342 (patch) | |
tree | 56bd690fe13c7d8e97d15284eb896c5952dd8113 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 21c7075fa5a756f1c95f6b463ff42cd320cc0301 (diff) |
XZ: Fix missing <linux/kernel.h> include
<linux/kernel.h> is needed for min_t. The old version
happened to work on x86 because <asm/unaligned.h>
indirectly includes <linux/kernel.h>, but it didn't
work on ARM.
<linux/kernel.h> includes <asm/byteorder.h> so it's
not necessary to include it explicitly anymore.
Signed-off-by: Lasse Collin <[email protected]>
Cc: stable <[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