[PATCH] fix missing includes
[deliverable/linux.git] / drivers / pci / pci-driver.c
index 8972e6a3aac0cce3850b5969d193b1f09106340b..ae986e590b48213544dd6f322147909bf52efcec 100644 (file)
@@ -8,6 +8,8 @@
 #include <linux/init.h>
 #include <linux/device.h>
 #include <linux/mempolicy.h>
+#include <linux/string.h>
+#include <linux/slab.h>
 #include "pci.h"
 
 /*
This page took 0.023058 seconds and 5 git commands to generate.