Re: [PATCH] soc: qcom: smd: Correct compile stub prototypes

2016-08-10 Thread Andy Gross
On Tue, Aug 09, 2016 at 05:36:02PM -0700, Bjorn Andersson wrote: > The prototypes for the compile stubs was not properly marked as static > inline, this patch corrects this. > > Fixes: f79a917e69e1 ("Merge tag 'qcom-soc-for-4.7-2' into net-next") > Signed-off-by: Bjorn Andersson

Re: [PATCH] soc: qcom: smd: Correct compile stub prototypes

2016-08-10 Thread Andy Gross
On Tue, Aug 09, 2016 at 05:36:02PM -0700, Bjorn Andersson wrote: > The prototypes for the compile stubs was not properly marked as static > inline, this patch corrects this. > > Fixes: f79a917e69e1 ("Merge tag 'qcom-soc-for-4.7-2' into net-next") > Signed-off-by: Bjorn Andersson > --- Ok.

[PATCH] soc: qcom: smd: Correct compile stub prototypes

2016-08-09 Thread Bjorn Andersson
The prototypes for the compile stubs was not properly marked as static inline, this patch corrects this. Fixes: f79a917e69e1 ("Merge tag 'qcom-soc-for-4.7-2' into net-next") Signed-off-by: Bjorn Andersson --- include/linux/soc/qcom/smd.h | 4 ++-- 1 file changed, 2

[PATCH] soc: qcom: smd: Correct compile stub prototypes

2016-08-09 Thread Bjorn Andersson
The prototypes for the compile stubs was not properly marked as static inline, this patch corrects this. Fixes: f79a917e69e1 ("Merge tag 'qcom-soc-for-4.7-2' into net-next") Signed-off-by: Bjorn Andersson --- include/linux/soc/qcom/smd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)