mm: turn alloc_pages into an inline function
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Aug 2020 17:17:20 +0000 (19:17 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 Sep 2020 04:20:40 +0000 (06:20 +0200)
commit43ee5b6daa6c45246098493dab2c229d196c9cf6
treeca800ef096f1bc9861943c3eda3fea6e8a769afd
parent8c1c6c7588b2faf9dd45fb3cfb7497fd09bbfe7c
mm: turn alloc_pages into an inline function

To prevent a compiler error when a method call alloc_pages is
added (which I plan to for the dma_map_ops).

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/gfp.h