diff options
| author | 2015-02-10 14:10:07 -0800 | |
|---|---|---|
| committer | 2015-02-10 14:30:31 -0800 | |
| commit | 5064c8e19dc215afae8ffae95570e7f22062d49c (patch) | |
| tree | f440af6c201a84fc8c8d8132f1af9f4a9908db02 | |
| parent | mm: remove rest usage of VM_NONLINEAR and pte_file() (diff) | |
| download | wireguard-linux-5064c8e19dc215afae8ffae95570e7f22062d49c.tar.xz wireguard-linux-5064c8e19dc215afae8ffae95570e7f22062d49c.zip | |
asm-generic: drop unused pte_file* helpers
All users are gone.
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | include/asm-generic/pgtable.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h index 177d5973b132..129de9204d18 100644 --- a/include/asm-generic/pgtable.h +++ b/include/asm-generic/pgtable.h @@ -474,21 +474,6 @@ static inline pte_t pte_swp_clear_soft_dirty(pte_t pte) { return pte; } - -static inline pte_t pte_file_clear_soft_dirty(pte_t pte) -{ - return pte; -} - -static inline pte_t pte_file_mksoft_dirty(pte_t pte) -{ - return pte; -} - -static inline int pte_file_soft_dirty(pte_t pte) -{ - return 0; -} #endif #ifndef __HAVE_PFNMAP_TRACKING |
