
Dear mathieu.poirier@linaro.org,
In message 1341413915-7944-3-git-send-email-mathieu.poirier@linaro.org you wrote:
From: "Mathieu J. Poirier" mathieu.poirier@linaro.org
This is to allow the prcmu functions to be used by multiple u8500-based processors.
Signed-off-by: Mathieu Poirier mathieu.poirier@linaro.org Signed-off-by: John Rigby john.rigby@linaro.org
arch/arm/cpu/armv7/u8500/Makefile | 2 +- arch/arm/cpu/armv7/u8500/prcmu.c | 164 ++++++++++++++++++++++++++++++ arch/arm/include/asm/arch-u8500/prcmu.h | 55 ++++++++++ board/st-ericsson/u8500/Makefile | 2 +- board/st-ericsson/u8500/prcmu-fw.h | 55 ---------- board/st-ericsson/u8500/prcmu.c | 165 ------------------------------- board/st-ericsson/u8500/u8500_href.c | 2 +- 7 files changed, 222 insertions(+), 223 deletions(-)
Again checkpatch warnings: "Whitespace before semicolon".
Please fix.
Best regards,
Wolfgang Denk