Skip to content

Commit 860334e

Browse files
weiny2djbw
authored andcommitted
cxl/mem: Remove unused CXL_CMD_FLAG_NONE define
CXL_CMD_FLAG_NONE is not used, remove it. Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: Dave Jiang <[email protected]> Signed-off-by: Ira Weiny <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dan Williams <[email protected]>
1 parent d874297 commit 860334e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/cxl/cxlmem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ struct cxl_mem_command {
393393
struct cxl_command_info info;
394394
enum cxl_opcode opcode;
395395
u32 flags;
396-
#define CXL_CMD_FLAG_NONE 0
397396
#define CXL_CMD_FLAG_FORCE_ENABLE BIT(0)
398397
};
399398

0 commit comments

Comments
 (0)