summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-07-12 20:27:16 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:53:32 -0800
commit9a9fbfd35e29e662e642a35085f5e99ae6444ed3 (patch)
treeea00e5c717d3f08b914d7de1020cbf8d1396a13a /include/linux
parentf72efc79c0ca211f9db62737343e019942cbaa6b (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 1de6b7b31dc1..d29264c335fb 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -148,12 +148,12 @@ enum power_supply_property {
POWER_SUPPLY_PROP_SCOPE,
POWER_SUPPLY_PROP_CHARGE_TERM_CURRENT,
POWER_SUPPLY_PROP_CALIBRATE,
+ /* 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 {