diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/scsi/pmcraid.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'drivers/scsi/pmcraid.h')
-rw-r--r-- | drivers/scsi/pmcraid.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/scsi/pmcraid.h b/drivers/scsi/pmcraid.h index e1d150f3fd4..f920baf3ff2 100644 --- a/drivers/scsi/pmcraid.h +++ b/drivers/scsi/pmcraid.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #ifndef _PMCRAID_H | 24 | #ifndef _PMCRAID_H |
25 | #define _PMCRAID_H | 25 | #define _PMCRAID_H |
26 | 26 | ||
27 | #include <linux/version.h> | ||
27 | #include <linux/types.h> | 28 | #include <linux/types.h> |
28 | #include <linux/completion.h> | 29 | #include <linux/completion.h> |
29 | #include <linux/list.h> | 30 | #include <linux/list.h> |
@@ -857,11 +858,11 @@ static struct pmcraid_ioasc_error pmcraid_ioasc_error_table[] = { | |||
857 | {0x01180600, IOASC_LOG_LEVEL_HARD, | 858 | {0x01180600, IOASC_LOG_LEVEL_HARD, |
858 | "Recovered Error, soft media error, sector reassignment suggested"}, | 859 | "Recovered Error, soft media error, sector reassignment suggested"}, |
859 | {0x015D0000, IOASC_LOG_LEVEL_HARD, | 860 | {0x015D0000, IOASC_LOG_LEVEL_HARD, |
860 | "Recovered Error, failure prediction threshold exceeded"}, | 861 | "Recovered Error, failure prediction thresold exceeded"}, |
861 | {0x015D9200, IOASC_LOG_LEVEL_HARD, | 862 | {0x015D9200, IOASC_LOG_LEVEL_HARD, |
862 | "Recovered Error, soft Cache Card Battery error threshold"}, | 863 | "Recovered Error, soft Cache Card Battery error thresold"}, |
863 | {0x015D9200, IOASC_LOG_LEVEL_HARD, | 864 | {0x015D9200, IOASC_LOG_LEVEL_HARD, |
864 | "Recovered Error, soft Cache Card Battery error threshold"}, | 865 | "Recovered Error, soft Cache Card Battery error thresold"}, |
865 | {0x02048000, IOASC_LOG_LEVEL_HARD, | 866 | {0x02048000, IOASC_LOG_LEVEL_HARD, |
866 | "Not Ready, IOA Reset Required"}, | 867 | "Not Ready, IOA Reset Required"}, |
867 | {0x02408500, IOASC_LOG_LEVEL_HARD, | 868 | {0x02408500, IOASC_LOG_LEVEL_HARD, |