Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358735
b: refs/heads/master
c: 928c447
h: refs/heads/master
i:
  358733: af5e5f5
  358731: f323a24
  358727: ff73763
  358719: a579f25
v: v3
  • Loading branch information
Thierry Reding committed Jan 30, 2013
1 parent 6515afb commit a70c9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b133d2a1370c9b8c9d4b64eaa07e17c86f51b004
refs/heads/master: 928c44775bbf312332c5cb8df7c7451c1d8fba25
2 changes: 2 additions & 0 deletions trunk/drivers/pwm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ int pwm_set_chip_data(struct pwm_device *pwm, void *data)

return 0;
}
EXPORT_SYMBOL_GPL(pwm_set_chip_data);

/**
* pwm_get_chip_data() - get private chip data for a PWM
Expand All @@ -220,6 +221,7 @@ void *pwm_get_chip_data(struct pwm_device *pwm)
{
return pwm ? pwm->chip_data : NULL;
}
EXPORT_SYMBOL_GPL(pwm_get_chip_data);

/**
* pwmchip_add() - register a new PWM chip
Expand Down

0 comments on commit a70c9bf

Please sign in to comment.