Skip to content

Commit

Permalink
Remove unused include tlb.h for building on 5.8
Browse files Browse the repository at this point in the history
Fixes issue hpc#43 of implicit decleration of flush_tlb_mm_range from
./arch/x86/include/asm/tlb.

This issue is potentially x86-only.

Signed-off-by: Tzafrir Cohen <[email protected]>
  • Loading branch information
tzafrir-mellanox committed Jun 29, 2021
1 parent 242eaa1 commit e25ccab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/xpmem_mmu_notifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/cdev.h>
#include <linux/percpu.h>

#include <asm/tlb.h>
#include <asm/tlbflush.h>
#include <asm/uaccess.h>

Expand Down

0 comments on commit e25ccab

Please sign in to comment.