Skip to content

Commit

Permalink
Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux
Browse files Browse the repository at this point in the history
* 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux:
  hmt: adjust for new pwm_backlight->notify prototype
  • Loading branch information
Linus Torvalds committed Jan 22, 2010
2 parents 92dcffb + 1619ce1 commit 298a4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c6410/mach-hmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static int hmt_bl_init(struct device *dev)
return ret;
}

static int hmt_bl_notify(int brightness)
static int hmt_bl_notify(struct device *dev, int brightness)
{
/*
* translate from CIELUV/CIELAB L*->brightness, E.G. from
Expand Down

0 comments on commit 298a4c3

Please sign in to comment.