Commit c9a01511 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: Added definition of viomajortype_scsi, from Dave Boutcher

From: anton@samba.org

Added definition of viomajortype_scsi so drivers/scsi/iSeries_vscsi will
compile
parent 1750b068
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
* in. We use a table to route these, and this defines * in. We use a table to route these, and this defines
* the maximum number of distinct subtypes * the maximum number of distinct subtypes
*/ */
#define VIO_MAX_SUBTYPES 7 #define VIO_MAX_SUBTYPES 8
/* Each subtype can register a handler to process their events. /* Each subtype can register a handler to process their events.
* The handler must have this interface. * The handler must have this interface.
...@@ -103,7 +103,8 @@ enum viosubtypes { ...@@ -103,7 +103,8 @@ enum viosubtypes {
viomajorsubtype_chario = 0x0300, viomajorsubtype_chario = 0x0300,
viomajorsubtype_config = 0x0400, viomajorsubtype_config = 0x0400,
viomajorsubtype_cdio = 0x0500, viomajorsubtype_cdio = 0x0500,
viomajorsubtype_tape = 0x0600 viomajorsubtype_tape = 0x0600,
viomajorsubtype_scsi = 0x0700
}; };
......
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