modemloader: Fix compilation warnings
authorAndreas Schneider <asn@cryptomilk.org>
Mon, 4 Jan 2016 12:59:17 +0000 (13:59 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 25 Jan 2016 11:22:31 +0000 (12:22 +0100)
Change-Id: I2c52b329cfe27e2df2f13213036b533c53e39d42

modemloader/modemloader.c

index 4580d7f7bfd1449d6769b8c9a98f26a3df7e64e4..61dff808ebce1ae34d781daf1695b9684c135eed 100644 (file)
@@ -15,6 +15,9 @@
  * limitations under the License.
  */
 
+#define LOG_TAG "modemloader"
+#define LOG_NDEBUG 0
+
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -31,9 +34,6 @@
 #include <cutils/properties.h>
 #include <cutils/log.h>
 
-#define LOG_TAG "modemloader"
-#define LOG_NDEBUG 0
-
 void parse_hardware_revision(unsigned int *revision)
 {
     const char *cpuinfo = "/proc/cpuinfo";