summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-07-12 20:27:16 -0700
committerArve Hjønnevåg <arve@android.com>2013-07-01 13:40:51 -0700
commit53254b7faea89f3c4e8f1d787ef7f04858f64452 (patch)
tree3fb0d43eec5ad7b4eadee2018fb6bbe89d7d76a3 /include/linux
parentbdad8743fb2c866e7dda5f8b903415046401ab4d (diff)
power: power_supply: move POWER_SUPPLY_PROP_USB_HC to type 'int' order
Change-Id: I001af30ab5fe06dde5f368241f21b9e0864777a1 Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/power_supply.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 1b82404da86d..d121a679142f 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -140,12 +140,12 @@ enum power_supply_property {
POWER_SUPPLY_PROP_TIME_TO_FULL_AVG,
POWER_SUPPLY_PROP_TYPE, /* use power_supply.type instead */
POWER_SUPPLY_PROP_SCOPE,
+ /* Local extensions */
+ POWER_SUPPLY_PROP_USB_HC,
/* Properties of type `const char *' */
POWER_SUPPLY_PROP_MODEL_NAME,
POWER_SUPPLY_PROP_MANUFACTURER,
POWER_SUPPLY_PROP_SERIAL_NUMBER,
- /* Local extensions */
- POWER_SUPPLY_PROP_USB_HC,
};
enum power_supply_type {