aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hmm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/hmm.h b/include/linux/hmm.h
index 28e14345bd8d..96e69979f84d 100644
--- a/include/linux/hmm.h
+++ b/include/linux/hmm.h
@@ -498,7 +498,7 @@ struct hmm_device {
498struct hmm_device *hmm_device_new(void *drvdata); 498struct hmm_device *hmm_device_new(void *drvdata);
499void hmm_device_put(struct hmm_device *hmm_device); 499void hmm_device_put(struct hmm_device *hmm_device);
500#endif /* CONFIG_DEVICE_PRIVATE || CONFIG_DEVICE_PUBLIC */ 500#endif /* CONFIG_DEVICE_PRIVATE || CONFIG_DEVICE_PUBLIC */
501 501#endif /* IS_ENABLED(CONFIG_HMM) */
502 502
503/* Below are for HMM internal use only! Not to be used by device driver! */ 503/* Below are for HMM internal use only! Not to be used by device driver! */
504#if IS_ENABLED(CONFIG_HMM_MIRROR) 504#if IS_ENABLED(CONFIG_HMM_MIRROR)
@@ -517,5 +517,4 @@ static inline void hmm_mm_init(struct mm_struct *mm) {}
517#else /* IS_ENABLED(CONFIG_HMM) */ 517#else /* IS_ENABLED(CONFIG_HMM) */
518static inline void hmm_mm_destroy(struct mm_struct *mm) {} 518static inline void hmm_mm_destroy(struct mm_struct *mm) {}
519static inline void hmm_mm_init(struct mm_struct *mm) {} 519static inline void hmm_mm_init(struct mm_struct *mm) {}
520#endif /* IS_ENABLED(CONFIG_HMM) */
521#endif /* LINUX_HMM_H */ 520#endif /* LINUX_HMM_H */