Skip to content

Commit

Permalink
Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git…
Browse files Browse the repository at this point in the history
…/tj/misc

* 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc:
  nodemask: include slab.h from drivers/base/node.c
  • Loading branch information
Linus Torvalds committed Apr 7, 2010
2 parents cc4fc29 + 18e5b53 commit 6948ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

Expand Down

0 comments on commit 6948ec7

Please sign in to comment.