Re: randconfig build error with next-20131104, in security/integrity

From: Tetsuo Handa
Date: Tue Nov 05 2013 - 07:13:08 EST


Mimi Zohar wrote:
> @@ -132,24 +133,22 @@ static inline int integrity_digsig_verify(const unsigned int id,
> return -EOPNOTSUPP;
> }
>
> +static int integrity_init_keyring(const unsigned int id)

Please add inline keyword, or compiler makes noisy warning.

> +{
> + return 0;
> +}
> #endif /* CONFIG_INTEGRITY_SIGNATURE */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/