[PATCH] powerpc: fix fsl_upm nand driver modular build
Kumar Gala
galak at kernel.crashing.org
Tue Oct 14 03:48:38 EST 2008
On Oct 8, 2008, at 7:32 PM, Anton Vorontsov wrote:
> The fsl_upm nand driver fails to build because fsl_lbc_lock isn't
> exported, the lock is needed by the inlined fsl_upm_run_pattern()
> function:
>
> ERROR: "fsl_lbc_lock" [drivers/mtd/nand/fsl_upm.ko] undefined!
>
> Dave Jones purposed to export the lock, but it is better to just
> uninline
> the fsl_upm_run_pattern().
>
> When uninlined we also no longer need the exported fsl_lbc_regs, and
> both fsl_lbc_lock and fsl_lbc_regs could be marked static.
>
> While at it, also add some missing includes that we should have
> included
> explicitly.
>
> Reported-by: Dave Jones <davej at redhat.com>
> Signed-off-by: Anton Vorontsov <avorontsov at ru.mvista.com>
> ---
applied.
- k
More information about the Linuxppc-dev
mailing list