aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRevanth Rajashekar <[email protected]>2019-08-20 09:30:51 -0600
committerJens Axboe <[email protected]>2019-08-20 09:34:49 -0600
commit238bdcdf5d0a087f8930c82b7c7cc142ca9399ce (patch)
tree5e785201a94f860a237a3125c7f0f231690b6961
parent89c6cc2cab7e5090dc85ce0162ce92903b3aac5d (diff)
block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition
The original commit adding the sed-opal library by mistake added two definitions of OPAL_METHOD_LENGTH, remove one of them. Signed-off-by: Revanth Rajashekar <[email protected]> Reviewed-by: Scott Bauer <[email protected]> Reviewed-by: Jon Derrick <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--block/opal_proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/opal_proto.h b/block/opal_proto.h
index 562b78f40824..5532412d567c 100644
--- a/block/opal_proto.h
+++ b/block/opal_proto.h
@@ -119,8 +119,6 @@ enum opal_uid {
OPAL_UID_HEXFF,
};
-#define OPAL_METHOD_LENGTH 8
-
/* Enum for indexing the OPALMETHOD array */
enum opal_method {
OPAL_PROPERTIES,