diff --git a/mm/swap_state.c b/mm/swap_state.c
index b9ca029673a53d52e8353008f3b161878127e0c9..b62e7f56051cc1cebdbb87f30e40fbf31107f036 100644
--- a/mm/swap_state.c
+++ b/mm/swap_state.c
@@ -124,7 +124,6 @@ void __delete_from_swap_cache(struct page *page)
 /**
  * add_to_swap - allocate swap space for a page
  * @page: page we want to move to swap
- * @gfp_mask: memory allocation flags
  *
  * Allocate swap space for the page and add the page to the
  * swap cache.  Caller needs to hold the page lock.