Merge "Remove compilation warning"
diff --git a/wpa_ctrl.c b/wpa_ctrl.c
index 3c61b27..29a3705 100644
--- a/wpa_ctrl.c
+++ b/wpa_ctrl.c
@@ -190,7 +190,7 @@
 
 #else /* CONFIG_CTRL_IFACE_UNIX */
 #ifdef ANDROID
-void wpa_ctrl_cleanup()
+void wpa_ctrl_cleanup(void)
 {
 }
 #endif /* ANDROID */