summaryrefslogtreecommitdiff
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-06-11 17:46:43 -0700
commit7a144bc1a6a4f7299e82be1af4adfea56342fc84 (patch)
treec129b1c005f0785d3d9a49ea0d6df4ea147590ff /include
parentb3341ad3f7d03a92d1a5a9e7d94c5518ad638135 (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 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 {