mm/migrate.c should #include <linux/syscalls.h>
authorAdrian Bunk <[email protected]>
Thu, 24 Jul 2008 04:27:02 +0000 (21:27 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:14 +0000 (10:47 -0700)
commit4f5ca265788973e3f5a1129a96ee4a9cbf587f2b
tree68d99bd13f654286b2d5684ad0ea175a98d91f1a
parente4048e5dc4aecec670f48ed007a28779f09cebd6
mm/migrate.c should #include <linux/syscalls.h>

Every file should include the headers containing the externs for its
global functions (in this case for sys_move_pages()).

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/migrate.c