On Mon, Sep 11, 2023 at 12:41:11PM +0200, Lucas Segarra Fernandez wrote: > > diff --git a/drivers/crypto/intel/qat/qat_common/adf_cnv_dbgfs.c b/drivers/crypto/intel/qat/qat_common/adf_cnv_dbgfs.c > new file mode 100644 > index 000000000000..693ef3d47369 > --- /dev/null > +++ b/drivers/crypto/intel/qat/qat_common/adf_cnv_dbgfs.c > @@ -0,0 +1,296 @@ > +// SPDX-License-Identifier: GPL-2.0-only > +/* Copyright(c) 2023 Intel Corporation */ > + > +#include <linux/bitfield.h> > +#include <linux/bits.h> > +#include <linux/debugfs.h> > +#include <linux/kernel.h> linux/bits.h is unnecessary if you already included kernel.h. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt