Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309674
b: refs/heads/master
c: 0d4ed4e
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Anton Vorontsov committed May 5, 2012
1 parent ad19092 commit 7e8dafb
Show file tree
Hide file tree
Showing 3 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: a2ebfe2fc6e088a70d06cd15a5bc9bcb621cc195
refs/heads/master: 0d4ed4e27a4cb180af395fa3d7aa98d79f3d3015
2 changes: 1 addition & 1 deletion trunk/drivers/power/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menuconfig POWER_SUPPLY
tristate "Power supply class support"
bool "Power supply class support"
help
Say Y here to enable power supply class support. This allows
power supply (batteries, AC, USB) monitoring by userspace
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/power_supply.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ extern void power_supply_changed(struct power_supply *psy);
extern int power_supply_am_i_supplied(struct power_supply *psy);
extern int power_supply_set_battery_charged(struct power_supply *psy);

#if defined(CONFIG_POWER_SUPPLY) || defined(CONFIG_POWER_SUPPLY_MODULE)
#ifdef CONFIG_POWER_SUPPLY
extern int power_supply_is_system_supplied(void);
#else
static inline int power_supply_is_system_supplied(void) { return -ENOSYS; }
Expand Down

0 comments on commit 7e8dafb

Please sign in to comment.