Hi Akhil, On Tue, Sep 29, 2020 at 12:59 AM Akhil Goyal <akhil.go...@nxp.com> wrote: > > > Subject: [PATCH v2 3/8] crypto/bcmfs: add apis for queue pair management > > > > diff --git a/drivers/crypto/bcmfs/bcmfs_hw_defs.h > > b/drivers/crypto/bcmfs/bcmfs_hw_defs.h > > new file mode 100644 > > index 000000000..ecb0c09ba > > --- /dev/null > > +++ b/drivers/crypto/bcmfs/bcmfs_hw_defs.h > > @@ -0,0 +1,38 @@ > > +/* SPDX-License-Identifier: BSD-3-Clause > > + * Copyright(c) 2020 Broadcom > > + * All rights reserved. > > + */ > > + > > +#ifndef _BCMFS_RM_DEFS_H_ > > +#define _BCMFS_RM_DEFS_H_ > > The file name is bcmfs_hw_defs.h > Check for other headers also. > Will fix it next patch set. Thank you for catching this.
Thanks, Vikas