Skip to content

Commit

Permalink
block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition
Browse files Browse the repository at this point in the history
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 <revanth.rajashekar@intel.com>
Reviewed-by: Scott Bauer <sbauer@plzdonthack.me>
Reviewed-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Revanth Rajashekar authored and Jens Axboe committed Aug 20, 2019
1 parent 89c6cc2 commit 238bdcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions block/opal_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 238bdcd

Please sign in to comment.