diff options
| author | Ulf Hermann <[email protected]> | 2017-08-16 16:37:34 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2017-08-17 17:55:41 +0200 |
| commit | d86c13d143989a961eba149e3abfab9e3f471744 (patch) | |
| tree | c16c260c24712819cb967415ec79e58e26d3e4bf /backends/bpf_init.c | |
| parent | 3695a1ba8dcd16459e0f35b74e88dbef48d21861 (diff) | |
| parent | 54ba4ce2973113d8f4315d4fc90e16a9b4476ea6 (diff) | |
Merge tag 'elfutils-0.170'
elfutils 0.170 release
Change-Id: I37d03645902b9f0a9fb708af1551db8843537799
Diffstat (limited to 'backends/bpf_init.c')
| -rw-r--r-- | backends/bpf_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/bpf_init.c b/backends/bpf_init.c index 22842e26..8ea1bc1a 100644 --- a/backends/bpf_init.c +++ b/backends/bpf_init.c @@ -52,9 +52,7 @@ bpf_init (Elf *elf __attribute__ ((unused)), eh->name = "BPF"; bpf_init_reloc (eh); HOOK (eh, register_info); -#ifdef HAVE_LINUX_BPF_H HOOK (eh, disasm); -#endif return MODVERSION; } |
