diff options
Diffstat (limited to 'drivers/misc/sgi-xp/xp.h')
-rw-r--r-- | drivers/misc/sgi-xp/xp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/sgi-xp/xp.h b/drivers/misc/sgi-xp/xp.h index 45d0a08c2ddd..9ac5758f4d08 100644 --- a/drivers/misc/sgi-xp/xp.h +++ b/drivers/misc/sgi-xp/xp.h | |||
@@ -208,8 +208,9 @@ enum xp_retval { | |||
208 | xpNeedMoreInfo, /* 57: more info is needed by SAL */ | 208 | xpNeedMoreInfo, /* 57: more info is needed by SAL */ |
209 | 209 | ||
210 | xpGruCopyError, /* 58: gru_copy_gru() returned error */ | 210 | xpGruCopyError, /* 58: gru_copy_gru() returned error */ |
211 | xpGruSendMqError, /* 59: gru send message queue related error */ | ||
211 | 212 | ||
212 | xpUnknownReason /* 59: unknown reason - must be last in enum */ | 213 | xpUnknownReason /* 60: unknown reason - must be last in enum */ |
213 | }; | 214 | }; |
214 | 215 | ||
215 | /* | 216 | /* |