Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116815
b: refs/heads/master
c: 55b404f
h: refs/heads/master
i:
  116813: 0f144a3
  116811: 749c83b
  116807: 82fcc90
  116799: 8d3ea71
v: v3
  • Loading branch information
Nelson Castillo authored and Ben Dooks committed Oct 16, 2008
1 parent 8c857d8 commit 88a1c22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 5c37866c6e2f0d19896e4c14f386189c1fdf2295
refs/heads/master: 55b404fd78792d7a88d19f2534510ee42841146f
12 changes: 6 additions & 6 deletions trunk/arch/arm/plat-s3c24xx/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static struct clk *clk_scaler[2];
} \
}

#define DEFINE_TIMER(_tmr_no, _irq) \
#define DEFINE_S3C_TIMER(_tmr_no, _irq) \
.name = "s3c24xx-pwm", \
.id = _tmr_no, \
.num_resources = TIMER_RESOURCE_SIZE, \
Expand All @@ -67,11 +67,11 @@ static struct clk *clk_scaler[2];
*/

struct platform_device s3c_device_timer[] = {
[0] = { DEFINE_TIMER(0, IRQ_TIMER0) },
[1] = { DEFINE_TIMER(1, IRQ_TIMER1) },
[2] = { DEFINE_TIMER(2, IRQ_TIMER2) },
[3] = { DEFINE_TIMER(3, IRQ_TIMER3) },
[4] = { DEFINE_TIMER(4, IRQ_TIMER4) },
[0] = { DEFINE_S3C_TIMER(0, IRQ_TIMER0) },
[1] = { DEFINE_S3C_TIMER(1, IRQ_TIMER1) },
[2] = { DEFINE_S3C_TIMER(2, IRQ_TIMER2) },
[3] = { DEFINE_S3C_TIMER(3, IRQ_TIMER3) },
[4] = { DEFINE_S3C_TIMER(4, IRQ_TIMER4) },
};

static inline int pwm_is_tdiv(struct pwm_device *pwm)
Expand Down

0 comments on commit 88a1c22

Please sign in to comment.