diff options
Diffstat (limited to 'include/linux/mempolicy.h')
| -rw-r--r-- | include/linux/mempolicy.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h index 4aa42732e47f..95b738c7abff 100644 --- a/include/linux/mempolicy.h +++ b/include/linux/mempolicy.h @@ -215,7 +215,7 @@ extern struct zonelist *huge_zonelist(struct vm_area_struct *vma,  extern bool init_nodemask_of_mempolicy(nodemask_t *mask);  extern bool mempolicy_nodemask_intersects(struct task_struct *tsk,  				const nodemask_t *mask); -extern unsigned slab_node(struct mempolicy *policy); +extern unsigned slab_node(void);  extern enum zone_type policy_zone; |