On 9/3/2015 9:21 PM, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > > JUMP_TYPE_MASK is defined in desc.h and it is never used, so we can > safely remove it to avoid the following build warning: > > In file included from drivers/crypto/caam/desc_constr.h:7:0, > from drivers/crypto/caam/ctrl.c:15: > drivers/crypto/caam/desc.h:1495:0: warning: "JUMP_TYPE_MASK" redefined > #define JUMP_TYPE_MASK (0x03 << JUMP_TYPE_SHIFT) > ^ > In file included from include/linux/module.h:19:0, > from drivers/crypto/caam/compat.h:9, > from drivers/crypto/caam/ctrl.c:11: > include/linux/jump_label.h:131:0: note: this is the location of the previous definition > #define JUMP_TYPE_MASK 1UL > > Reported-by: Olof's autobuilder <build@xxxxxxxxx> > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> The build warning is introduced by commit a1efb01feca5 ("jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers to the static_key* pattern") which currently is not in cryptodev-2.6 tree, i.e. can only be found upstream. Other than this, Reviewed-by: Horia Geantă <horia.geanta@xxxxxxxxxxxxx> Horia -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html