summaryrefslogtreecommitdiffstats
path: root/modemloader
diff options
context:
space:
mode:
Diffstat (limited to 'modemloader')
-rw-r--r--modemloader/modemloader.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modemloader/modemloader.c b/modemloader/modemloader.c
index 4580d7f..61dff80 100644
--- a/modemloader/modemloader.c
+++ b/modemloader/modemloader.c
@@ -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";