Commit 357281ed authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren

ARM: tegra: Export I/O rail functions

The I/O rail functions can be used by drivers that are buildable as
modules. Exporting the functions makes sure that they're available.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent a7cbe92c
......@@ -484,6 +484,7 @@ int tegra_io_rail_power_on(int id)
return 0;
}
EXPORT_SYMBOL(tegra_io_rail_power_on);
int tegra_io_rail_power_off(int id)
{
......@@ -511,3 +512,4 @@ int tegra_io_rail_power_off(int id)
return 0;
}
EXPORT_SYMBOL(tegra_io_rail_power_off);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment