summaryrefslogtreecommitdiffstats
path: root/healthd/healthd_board_default.cpp
diff options
context:
space:
mode:
authorSasha Levitskiy <sanek@google.com>2014-04-12 00:02:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-12 00:02:33 +0000
commite2acb82a9449d0bbf993cda270f3519862ec571a (patch)
tree363fff0183ffc1c252f381da52dab5e4ab57c3fd /healthd/healthd_board_default.cpp
parentc5543320b024596c86fcb7b05b0b0f9ff609a9d1 (diff)
parent43cb7ae6c31ced8cd518eab59dfea31ab1ade812 (diff)
downloadsystem_core-e2acb82a9449d0bbf993cda270f3519862ec571a.zip
system_core-e2acb82a9449d0bbf993cda270f3519862ec571a.tar.gz
system_core-e2acb82a9449d0bbf993cda270f3519862ec571a.tar.bz2
am 43cb7ae6: am 4f362e43: am 835526fd: Merge "Cleanup: warning fixit."
* commit '43cb7ae6c31ced8cd518eab59dfea31ab1ade812': Cleanup: warning fixit.
Diffstat (limited to 'healthd/healthd_board_default.cpp')
-rw-r--r--healthd/healthd_board_default.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/healthd/healthd_board_default.cpp b/healthd/healthd_board_default.cpp
index b2bb516..ed4ddb4 100644
--- a/healthd/healthd_board_default.cpp
+++ b/healthd/healthd_board_default.cpp
@@ -16,13 +16,13 @@
#include <healthd.h>
-void healthd_board_init(struct healthd_config *config)
+void healthd_board_init(struct healthd_config*)
{
// use defaults
}
-int healthd_board_battery_update(struct android::BatteryProperties *props)
+int healthd_board_battery_update(struct android::BatteryProperties*)
{
// return 0 to log periodic polled battery status to kernel log
return 0;