riscv: remove unused riscv_error_t type (#539)

This seems to be completely unused in these two files. It was probably
accidentally copied from riscv-011.c, where it is used.

Change-Id: I3f7ad8b2d26b005d3ea4438e2b3ec46a6c801792
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
This commit is contained in:
Tom Hebb 2020-09-28 12:46:47 -04:00 committed by GitHub
parent db2e8ad10a
commit 2c909f8faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -111,12 +111,6 @@ typedef enum {
DMI_STATUS_BUSY = 3 DMI_STATUS_BUSY = 3
} dmi_status_t; } dmi_status_t;
typedef enum {
RE_OK,
RE_FAIL,
RE_AGAIN
} riscv_error_t;
typedef enum slot { typedef enum slot {
SLOT0, SLOT0,
SLOT1, SLOT1,

View File

@ -68,12 +68,6 @@ typedef enum {
#define DBUS_DATA_SIZE 34 #define DBUS_DATA_SIZE 34
#define DBUS_ADDRESS_START 36 #define DBUS_ADDRESS_START 36
typedef enum {
RE_OK,
RE_FAIL,
RE_AGAIN
} riscv_error_t;
typedef enum slot { typedef enum slot {
SLOT0, SLOT0,
SLOT1, SLOT1,