linux-stable/drivers/rapidio/devices
Linus Torvalds cb107161df Convert straggling drivers to new six-argument get_user_pages()
Commit d4edcf0d56 ("mm/gup: Switch all callers of get_user_pages() to
not pass tsk/mm") switched get_user_pages() callers to the simpler model
where they no longer pass in the thread and mm pointer.  But since then
we've merged changes to a few drivers that re-introduce use of the old
interface.  Let's fix them up.

They continued to work fine (thanks to the truly disgusting macros
introduced in commit cde70140fe: "mm/gup: Overload get_user_pages()
functions"), but cause unnecessary build noise.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-04-02 18:35:05 -05:00
..
Kconfig rapidio/tsi721: convert to modular mport driver 2013-07-03 16:08:04 -07:00
Makefile rapidio: add mport char device driver 2016-03-22 15:36:02 -07:00
rio_mport_cdev.c Convert straggling drivers to new six-argument get_user_pages() 2016-04-02 18:35:05 -05:00
tsi721.c rapidio/tsi721: add filtered debug output 2016-03-22 15:36:02 -07:00
tsi721.h rapidio/tsi721: add filtered debug output 2016-03-22 15:36:02 -07:00
tsi721_dma.c rapidio/tsi721_dma: fix hardware error handling 2016-03-22 15:36:02 -07:00