Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297952
b: refs/heads/master
c: 64eb9b0
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov committed Mar 26, 2012
1 parent 81df5cf commit f8a5839
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 0fff22ee792aee95d6945f4ed1b10aeaea806bc8
refs/heads/master: 64eb9b02bfbbc2a53b6092cc12c1f42cc3261dbc
2 changes: 1 addition & 1 deletion trunk/drivers/power/ab8500_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ static void ab8500_charger_ac_work(struct work_struct *work)
*
* Detect the type of USB plugged
*/
void ab8500_charger_detect_usb_type_work(struct work_struct *work)
static void ab8500_charger_detect_usb_type_work(struct work_struct *work)
{
int ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/power/ab8500_fg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ ab8500_fg_store(struct kobject *kobj, struct attribute *attr, const char *buf,
return entry->store(di, buf, count);
}

const struct sysfs_ops ab8500_fg_sysfs_ops = {
static const struct sysfs_ops ab8500_fg_sysfs_ops = {
.show = ab8500_fg_show,
.store = ab8500_fg_store,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/power/abx500_chargalg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ static struct attribute *abx500_chargalg_chg[] = {
NULL
};

const struct sysfs_ops abx500_chargalg_sysfs_ops = {
static const struct sysfs_ops abx500_chargalg_sysfs_ops = {
.store = abx500_chargalg_sysfs_charger,
};

Expand Down

0 comments on commit f8a5839

Please sign in to comment.