On Wednesday 05 September 2012, Loic Pallardy wrote: > This patch exposes db8500 legacy services which are > now available to support new baseband. > If different are needed, then services are overloaded. > This allows to reduce duplicate code between projects. > > Signed-off-by: Loic Pallardy <loic.palla...@stericsson.com> > Acked-by: Linus Walleij <linus.wall...@linaro.org> > --- > drivers/mfd/db8500-prcmu.c | 90 > +++++++++++++++++++++++----------------------- > drivers/mfd/dbx500-prcmu.h | 71 ++++++++++++++++++++++++++++++++++++ > 2 files changed, 116 insertions(+), 45 deletions(-) > > diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c > index 73c98e5..b39441f 100644 > --- a/drivers/mfd/db8500-prcmu.c > +++ b/drivers/mfd/db8500-prcmu.c > @@ -327,12 +327,12 @@ int db8500_prcmu_set_display_clocks(void) > return 0; > } > > -static u32 db8500_prcmu_read(unsigned int reg) > +u32 db8500_prcmu_read(unsigned int reg) > { > return readl(_PRCMU_BASE + reg); > }
If these are common to both db8500 and dbx540, why not put the definitions into the common dbx500.c file, rather than making dbx540 depend on the db8500? Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/