mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 18:41:23 +00:00
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: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
a7cbe92cef
commit
357281ed09
@ -484,6 +484,7 @@ int tegra_io_rail_power_on(int id)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(tegra_io_rail_power_on);
|
||||||
|
|
||||||
int tegra_io_rail_power_off(int id)
|
int tegra_io_rail_power_off(int id)
|
||||||
{
|
{
|
||||||
@ -511,3 +512,4 @@ int tegra_io_rail_power_off(int id)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(tegra_io_rail_power_off);
|
||||||
|
Loading…
Reference in New Issue
Block a user