Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313103
b: refs/heads/master
c: 8f748e2
h: refs/heads/master
i:
  313101: f97e9c6
  313099: ba1d38b
  313095: 628be6f
  313087: b17da3d
v: v3
  • Loading branch information
Jonghwan Choi authored and Kukjin Kim committed Jun 21, 2012
1 parent 83699f1 commit 70fb3d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 4f6939f898c408e6ba9754a42405494f821f22cb
refs/heads/master: 8f748e20b8060317bf56f7a8afa6e24047a38cdb
4 changes: 0 additions & 4 deletions trunk/arch/arm/plat-samsung/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ struct pwm_device {
unsigned int duty_ns;

unsigned char tcon_base;
unsigned char running;
unsigned char use_count;
unsigned char pwm_id;
};
Expand Down Expand Up @@ -116,7 +115,6 @@ int pwm_enable(struct pwm_device *pwm)

local_irq_restore(flags);

pwm->running = 1;
return 0;
}

Expand All @@ -134,8 +132,6 @@ void pwm_disable(struct pwm_device *pwm)
__raw_writel(tcon, S3C2410_TCON);

local_irq_restore(flags);

pwm->running = 0;
}

EXPORT_SYMBOL(pwm_disable);
Expand Down

0 comments on commit 70fb3d6

Please sign in to comment.