diff --git a/include/linux/compaction.h b/include/linux/compaction.h index 8d14563808d5..5734e3cf4792 100644 --- a/include/linux/compaction.h +++ b/include/linux/compaction.h @@ -238,7 +238,7 @@ static inline void wakeup_kcompactd(pg_data_t *pgdat, { } -static unsigned long isolate_and_split_free_page(struct page *page, +static inline unsigned long isolate_and_split_free_page(struct page *page, struct list_head *list) { return 0;