Skip to content

Commit

Permalink
Merge pull request torvalds#191 in PROCESSOR-SDK/processor-sdk-linux …
Browse files Browse the repository at this point in the history
…from plsdk-3113 to processor-sdk-linux-4.19.y

* commit 'cf46e397a1b457ce2b31631a41b574fad9d0f4e7':
  clocksource: timer-ti-dm.c: fix merge error
  • Loading branch information
Jacob Stiffler committed Oct 31, 2019
2 parents 08a0df6 + cf46e39 commit b2d07bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/timer-ti-dm.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static int omap_dm_timer_is_enabled(struct omap_dm_timer *timer)
return 0;
}

static void omap_dm_timer_enable(struct omap_dm_timer *timer)
void omap_dm_timer_enable(struct omap_dm_timer *timer)
{
int c;

Expand Down

0 comments on commit b2d07bb

Please sign in to comment.