diff options
Diffstat (limited to 'include/linux/iova.h')
-rw-r--r-- | include/linux/iova.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iova.h b/include/linux/iova.h index cd0f1de901a8..a0637abffee8 100644 --- a/include/linux/iova.h +++ b/include/linux/iova.h | |||
@@ -236,7 +236,7 @@ static inline void init_iova_domain(struct iova_domain *iovad, | |||
236 | { | 236 | { |
237 | } | 237 | } |
238 | 238 | ||
239 | bool has_iova_flush_queue(struct iova_domain *iovad) | 239 | static inline bool has_iova_flush_queue(struct iova_domain *iovad) |
240 | { | 240 | { |
241 | return false; | 241 | return false; |
242 | } | 242 | } |