Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109326
b: refs/heads/master
c: 1038959
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Aug 26, 2008
1 parent 6399a07 commit 5dfe947
Show file tree
Hide file tree
Showing 2 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: 1442e662d8e159a3b67280d284c7b91f9fb31ba4
refs/heads/master: 103895925fbee5bd612ce2217f619df717aa1bda
3 changes: 2 additions & 1 deletion trunk/arch/arm/plat-s3c24xx/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/io.h>
#include <linux/pwm.h>

#include <asm/plat-s3c24xx/devs.h>
#include <asm/plat-s3c/regs-timer.h>

struct pwm_device {
Expand Down Expand Up @@ -168,7 +169,7 @@ void pwm_disable(struct pwm_device *pwm)

EXPORT_SYMBOL(pwm_disable);

unsigned long pwm_calc_tin(struct pwm_device *pwm, unsigned long freq)
static unsigned long pwm_calc_tin(struct pwm_device *pwm, unsigned long freq)
{
unsigned long tin_parent_rate;
unsigned int div;
Expand Down

0 comments on commit 5dfe947

Please sign in to comment.