Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296642
b: refs/heads/master
c: 6ac8cb5
h: refs/heads/master
v: v3
  • Loading branch information
Peter De Schrijver authored and Olof Johansson committed Feb 26, 2012
1 parent 7d01dd3 commit 7ee9608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f5d6f1b46df37ad3eea8f4e09bbe4bbe1bfc6c3
refs/heads/master: 6ac8cb5c213a3f3cfc243ef2f635794bd4b55c60
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-tegra/include/mach/powergate.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define TEGRA_POWERGATE_L2 5
#define TEGRA_POWERGATE_MPE 6

int tegra_powergate_is_powered(int id);
int tegra_powergate_power_on(int id);
int tegra_powergate_power_off(int id);
int tegra_powergate_remove_clamping(int id);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/powergate.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int tegra_powergate_power_off(int id)
return tegra_powergate_set(id, false);
}

static int tegra_powergate_is_powered(int id)
int tegra_powergate_is_powered(int id)
{
u32 status;

Expand Down

0 comments on commit 7ee9608

Please sign in to comment.