Commit 04f407b4 authored by Patrick Mansfield's avatar Patrick Mansfield Committed by James Bottomley

[PATCH] current scsi-misc-2.5 scsi_lib.c needs init.h

The current scsi-misc-2.5 scsi_lib.c needs to include init.h
to get the __init and __exit defined.
parent 953a70be
......@@ -13,6 +13,7 @@
#include <linux/kernel.h>
#include <linux/mempool.h>
#include <linux/slab.h>
#include <linux/init.h>
#include "scsi.h"
#include "hosts.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