From: Srujana Challa <schalla@xxxxxxxxxxx> Date: Fri, 24 Jul 2020 18:38:02 +0530 > diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h > new file mode 100644 > index 0000000..00cd534 > --- /dev/null > +++ b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h > @@ -0,0 +1,53 @@ > +/* SPDX-License-Identifier: GPL-2.0-only > + * Copyright (C) 2020 Marvell. > + */ > + > +#ifndef __OTX2_CPT_COMMON_H > +#define __OTX2_CPT_COMMON_H > + > +#include <linux/pci.h> > +#include <linux/types.h> > +#include <linux/module.h> > +#include <linux/delay.h> > +#include <linux/crypto.h> > +#include "otx2_cpt_hw_types.h" > +#include "rvu.h" How can this build? "rvu.h" is in the "af/" subdirectory.