Re: [PATCH 2/3] qe_common: add qe common functions to qe_common.c
From: Scott Wood <hidden>
Date: 2014-09-25 20:42:08
Also in:
lkml
From: Scott Wood <hidden>
Date: 2014-09-25 20:42:08
Also in:
lkml
On Thu, 2014-09-25 at 10:47 +0800, Zhao Qiang wrote:
qe need to call some common functions, move them into public directory, add a new file drivers/soc/qe/qe_common.c for them. Signed-off-by: Zhao Qiang <redacted> --- drivers/soc/qe/Makefile | 2 +- drivers/soc/qe/qe_common.c | 185 +++++++++++++++++++++++++++++++++++++++++++++ include/linux/fsl/qe.h | 52 +++++++++++-- 3 files changed, 230 insertions(+), 9 deletions(-) create mode 100644 drivers/soc/qe/qe_common.c
I see code being copied, not moved. Where is patch 1/3? -Scott