浏览代码

Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc

* 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc:
  nodemask: include slab.h from drivers/base/node.c
Linus Torvalds 15 年之前
父节点
当前提交
6948ec7035
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/base/node.c

+ 1 - 1
drivers/base/node.c

@@ -15,7 +15,7 @@
 #include <linux/cpu.h>
 #include <linux/device.h>
 #include <linux/swap.h>
-#include <linux/gfp.h>
+#include <linux/slab.h>
 
 static struct sysdev_class_attribute *node_state_attrs[];