diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2015-02-10 17:10:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-10 17:30:31 -0500 |
commit | 5064c8e19dc215afae8ffae95570e7f22062d49c (patch) | |
tree | f440af6c201a84fc8c8d8132f1af9f4a9908db02 /include/asm-generic | |
parent | 0661a33611fca12570cba48d9344ce68834ee86c (diff) |
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>
Diffstat (limited to 'include/asm-generic')
-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) | |||
474 | { | 474 | { |
475 | return pte; | 475 | return pte; |
476 | } | 476 | } |
477 | |||
478 | static inline pte_t pte_file_clear_soft_dirty(pte_t pte) | ||
479 | { | ||
480 | return pte; | ||
481 | } | ||
482 | |||
483 | static inline pte_t pte_file_mksoft_dirty(pte_t pte) | ||
484 | { | ||
485 | return pte; | ||
486 | } | ||
487 | |||
488 | static inline int pte_file_soft_dirty(pte_t pte) | ||
489 | { | ||
490 | return 0; | ||
491 | } | ||
492 | #endif | 477 | #endif |
493 | 478 | ||
494 | #ifndef __HAVE_PFNMAP_TRACKING | 479 | #ifndef __HAVE_PFNMAP_TRACKING |