infra: adapt to mm code move

This commit is contained in:
Thomas Schoebel-Theuer 2019-02-21 07:33:23 +01:00 committed by Thomas Schoebel-Theuer
parent d5f07017e1
commit c8ab80d0d0
1 changed files with 9 additions and 0 deletions

View File

@ -136,6 +136,15 @@ extern int _compat_unlink(
#define MARS_HAS_NEW_BIO_OP
#endif
/* for mm stuff, should disappear */
/* adapt to 68e21be2916b359fd8afb536c1911dc014cfd03e
* detected via dea38c74cb9205341f52b8d8ae18f61247a43ea8
*/
#ifndef CALC_LOAD
#include <linux/sched/mm.h>
#endif
/* for networking */
#include <net/sock.h>