mfd: Fix section mismatch in da903x
authorMark Brown <broonie@sirena.org.uk>
Sun, 4 Jan 2009 14:31:49 +0000 (15:31 +0100)
committerSamuel Ortiz <samuel@sortiz.org>
Sun, 4 Jan 2009 14:31:49 +0000 (15:31 +0100)
The subdevice removal functions are marked __devexit but are referenced
from the error handling path when probing so are needed even when
__devexit functions are removed.

Signed-off-by: Mark Brown <broonie@sirena.org.uk>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>

No differences found