From 657a71dde29dd35f947775fb4e35a9d77b233dd2 Mon Sep 17 00:00:00 2001 From: Matthew Xie Date: Thu, 7 Jun 2012 22:45:43 -0700 Subject: make HAL_MODULE_INFO_SYM non const --- btif/src/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btif') diff --git a/btif/src/bluetooth.c b/btif/src/bluetooth.c index b6cbc39..f7e80d9 100644 --- a/btif/src/bluetooth.c +++ b/btif/src/bluetooth.c @@ -403,7 +403,7 @@ static struct hw_module_methods_t bt_stack_module_methods = { .open = open_bluetooth_stack, }; -const struct hw_module_t HAL_MODULE_INFO_SYM = { +struct hw_module_t HAL_MODULE_INFO_SYM = { .tag = HARDWARE_MODULE_TAG, .version_major = 1, .version_minor = 0, -- cgit v1.1