Commit c977adde authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] hosts.c missing config.h

SCSI: hosts.c uses CONFIG_*, hence it needs to include <linux/config.h>
parent 1b3f4ffd
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* hosts currently present in the system. * hosts currently present in the system.
*/ */
#include <linux/config.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/blk.h> #include <linux/blk.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment