Re: [PATCH v7 2/9] nvmem: Add a simple NVMEM framework for consumers
From: Srinivas Kandagatla <hidden>
Date: 2015-07-13 19:24:16
Also in:
linux-api, linux-arm-kernel, linux-arm-msm, lkml
From: Srinivas Kandagatla <hidden>
Date: 2015-07-13 19:24:16
Also in:
linux-api, linux-arm-kernel, linux-arm-msm, lkml
On 13/07/15 20:06, Stefan Wahren wrote:
quoted
-#include <linux/nvmem-provider.h>quoted
#include <linux/export.h> #include <linux/fs.h> #include <linux/idr.h> #include <linux/init.h> -#include <linux/regmap.h>please avoid such changes in your patch series. This should be fixed in the first patch.
Sure, I know why this happened, the headers were re-ordered in this patch.. I will take care of it. --srini