mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
perf: Fix UAPI fallout
The UAPI commits forgot to test tooling builds such as tools/perf/, and this fixes the fallout. Manual conversion. Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3d6ee36dfb
commit
7d380c8f1e
10 changed files with 11 additions and 11 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <linux/list.h>
|
||||
#include <stdbool.h>
|
||||
#include "types.h"
|
||||
#include "../../../include/linux/perf_event.h"
|
||||
#include "../../../include/uapi/linux/perf_event.h"
|
||||
#include "types.h"
|
||||
|
||||
struct list_head;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue