Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291840
b: refs/heads/master
c: a95e1f5
h: refs/heads/master
v: v3
  • Loading branch information
MyungJoo Ham committed Jan 20, 2012
1 parent 78f3b13 commit cb126ce
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: e0d44e8ab06885a5bb980f3d6d4cf64ad430d406
refs/heads/master: a95e1f5dbca385908aa4087bb98470b0e0ac58d8
4 changes: 2 additions & 2 deletions trunk/include/linux/devfreq.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ struct devfreq_simple_ondemand_data {
static struct devfreq *devfreq_add_device(struct device *dev,
struct devfreq_dev_profile *profile,
struct devfreq_governor *governor,
void *data);
void *data)
{
return NULL;
}

static int devfreq_remove_device(struct devfreq *devfreq);
static int devfreq_remove_device(struct devfreq *devfreq)
{
return 0;
}
Expand Down

0 comments on commit cb126ce

Please sign in to comment.