aboutsummaryrefslogtreecommitdiff
path: root/include
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-04-29 14:42:57 -0700
commit175f22af25add6016a95fd2494fb660f520e1a72 (patch)
tree553cbad34eec6484c5a260dfa2a477037577e372 /include
parent61aac4ac73580b96093b8ad59adf26eaf55c53bb (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')
-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 6928338622f..e15b397a4e7 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 {