Skip to content

Commit

Permalink
crypto: caam - remove duplicate FIFOST_CONT_MASK define
Browse files Browse the repository at this point in the history
The FIFOST_CONT_MASK define is cut and pasted twice so we can delete the
second instance.

Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Kim Phillips <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Dan Carpenter authored and herbertx committed Jun 20, 2014
1 parent 473946e commit be513f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/crypto/caam/desc.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ struct sec4_sg_entry {
/* Continue - Not the last FIFO store to come */
#define FIFOST_CONT_SHIFT 23
#define FIFOST_CONT_MASK (1 << FIFOST_CONT_SHIFT)
#define FIFOST_CONT_MASK (1 << FIFOST_CONT_SHIFT)

/*
* Extended Length - use 32-bit extended length that
Expand Down

0 comments on commit be513f4

Please sign in to comment.