Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243447
b: refs/heads/master
c: 8e88069
h: refs/heads/master
i:
  243445: 21dfbad
  243443: 631d7df
  243439: c221462
v: v3
  • Loading branch information
Ming Lei authored and Russell King committed Mar 28, 2011
1 parent 59cb665 commit cda7b61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7f479c64a52094354c10309fcacaa71de015dc9e
refs/heads/master: 8e8806990cfd91a4ec25df6f00528008c4b0087a
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/etm.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static struct miscdevice etb_miscdev = {
.fops = &etb_fops,
};

static int __init etb_probe(struct amba_device *dev, const struct amba_id *id)
static int __devinit etb_probe(struct amba_device *dev, const struct amba_id *id)
{
struct tracectx *t = &tracer;
int ret = 0;
Expand Down Expand Up @@ -530,7 +530,7 @@ static ssize_t trace_mode_store(struct kobject *kobj,
static struct kobj_attribute trace_mode_attr =
__ATTR(trace_mode, 0644, trace_mode_show, trace_mode_store);

static int __init etm_probe(struct amba_device *dev, const struct amba_id *id)
static int __devinit etm_probe(struct amba_device *dev, const struct amba_id *id)
{
struct tracectx *t = &tracer;
int ret = 0;
Expand Down

0 comments on commit cda7b61

Please sign in to comment.