On Wed, Sep 15, 2021 at 10:50:32AM +0100, Shameer Kolothum wrote: > diff --git a/drivers/crypto/hisilicon/zip/zip.h b/drivers/crypto/hisilicon/zip/zip.h > index 517fdbdff3ea..1997c3233911 100644 > +++ b/drivers/crypto/hisilicon/zip/zip.h > @@ -7,7 +7,7 @@ > #define pr_fmt(fmt) "hisi_zip: " fmt > > #include <linux/list.h> > -#include "../qm.h" > +#include "linux/hisi_acc_qm.h" Why < not " ? Jason