diff options
| author | Ingo Molnar <[email protected]> | 2010-10-28 14:39:24 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-10-28 16:02:15 +0000 |
| commit | b31d42a5af1818bdf31a5f023abe4d8b212542f2 (patch) | |
| tree | 50e7a8f4a275349ddb5902690533ed5b3deabef4 /tools/perf/util/scripting-engines/trace-event-perl.c | |
| parent | Merge git://git.infradead.org/battery-2.6 (diff) | |
| download | kernel-b31d42a5af1818bdf31a5f023abe4d8b212542f2.tar.gz kernel-b31d42a5af1818bdf31a5f023abe4d8b212542f2.zip | |
Fix compile brekage with !CONFIG_BLOCK
Today's git tree fails to build on !CONFIG_BLOCK, due to upstream commit
367a51a33902 ("fs: Add FITRIM ioctl"):
include/linux/fs.h:36: error: expected specifier-qualifier-list before ‘uint64_t’
include/linux/fs.h:36: error: expected specifier-qualifier-list before ‘uint64_t’
include/linux/fs.h:36: error: expected specifier-qualifier-list before ‘uint64_t’
The commit adds uint64_t type usage to fs.h, but linux/types.h is not included
explicitly - it's only included implicitly via linux/blk_types.h, and there only if
CONFIG_BLOCK is enabled.
Add the explicit #include to fix this.
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions
