mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-02 15:21:03 +00:00
ARM: ep93xx: export ep93xx_chip_revision
ep93xx_chip_revision is used by the pata_ep93xx driver, which can be a loadable module. Exporting the symbol avoids a link error in this case. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ryan Mallon <rmallon@gmail.com>
This commit is contained in:
parent
1df13d9d0f
commit
67e108c530
@ -242,6 +242,7 @@ unsigned int ep93xx_chip_revision(void)
|
||||
v >>= EP93XX_SYSCON_SYSCFG_REV_SHIFT;
|
||||
return v;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(ep93xx_chip_revision);
|
||||
|
||||
/*************************************************************************
|
||||
* EP93xx GPIO
|
||||
|
Loading…
Reference in New Issue
Block a user