summaryrefslogtreecommitdiffstats
path: root/samsung-ril.c
diff options
context:
space:
mode:
authorAlexander Tarasikov <alexander.tarasikov@gmail.com>2012-08-23 01:21:52 +0400
committerAlexander Tarasikov <alexander.tarasikov@gmail.com>2012-08-23 01:21:52 +0400
commit6e6ad0dd8a929d6816284dccce13898c4a30fbe5 (patch)
tree30ec62eef7da2fd404db95f26362121305a22368 /samsung-ril.c
parentea4e5b66893aae8d9eca97cbbc0a46b9c5b4d256 (diff)
downloadhardware_replicant_libsamsung-ril-6e6ad0dd8a929d6816284dccce13898c4a30fbe5.tar.gz
hardware_replicant_libsamsung-ril-6e6ad0dd8a929d6816284dccce13898c4a30fbe5.tar.bz2
hardware_replicant_libsamsung-ril-6e6ad0dd8a929d6816284dccce13898c4a30fbe5.zip
Add the compat.h header to multiple Android trees
Diffstat (limited to 'samsung-ril.c')
-rw-r--r--samsung-ril.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ril.c b/samsung-ril.c
index 6aca65b..8f15810 100644
--- a/samsung-ril.c
+++ b/samsung-ril.c
@@ -525,7 +525,7 @@ void ril_state_lpm(void)
static const RIL_RadioFunctions ril_ops = {
- 6, //RIL_VERSION
+ SAMSUNG_RIL_VERSION,
onRequest,
currentState,
onSupports,