Commit 04077a96 authored by Patrick Mansfield's avatar Patrick Mansfield Committed by James Bottomley

Compile fix for scsi_syms.c

I had to add an include of scsi_logging.h to compile with logging configured:
parent c10995cf
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "scsi.h" #include "scsi.h"
#include <scsi/scsi_ioctl.h> #include <scsi/scsi_ioctl.h>
#include "hosts.h" #include "hosts.h"
#include "scsi_logging.h"
#include <scsi/scsicam.h> #include <scsi/scsicam.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