diff options
author | Petr Tesarik <ptesarik@suse.com> | 2018-11-16 13:47:48 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-11-30 09:22:04 +0300 |
commit | e45a64975b021b6fc9fdd0dd0b74539ae1b5aa86 (patch) | |
tree | f2bf2997ca0a7b823d7ccbe54260f3d50fcd23a9 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 94f371cb73944b410a269d570d6946c042f2ddd0 (diff) | |
download | linux-e45a64975b021b6fc9fdd0dd0b74539ae1b5aa86.tar.xz |
s390: vfio-ap: include <asm/facility> for test_facility()
The driver uses test_facility(), but does not include the
corresponding include file explicitly. The driver currently builds
only thanks to the following include chain:
vfio_ap_drv.c
<linux/module.h>
<linux/elf.h>
<asm/elf.h>
<linux/compat.h>
<asm/uaccess.h>
<asm/facility.h>
Files should not rely on such fragile implicit includes.
Signed-off-by: Petr Tesarik <ptesarik@suse.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions