On Wed, Jul 26, 2017 at 3:03 AM, Arnd Bergmann <a...@arndb.de> wrote: > On Tue, Jul 25, 2017 at 11:39 PM, Kamal Dasu <kdasu.k...@gmail.com> wrote: >> Arnd, Cyrille, >> >> I am working on fixing spi-bcm-qspi.c as per Cyrill's suggestion as >> mentioned here : https://patchwork.kernel.org/patch/9624585/. >> And remove the use of SPINOR_OP_READ* and there by remove need to >> include spi-nor.h. > > Ok, thanks a lot! > > Do you think your fix will be applicable to stable backports, or should we > add a simple dependency first for the stable kernels and remove that > dependency again with the proper fix? >
The fix would be applicable to stable backport, we don't need to add a dependency. > Arnd Kamal