summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-01-04 13:59:17 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-01-25 12:22:31 +0100
commit87a5957b939ad991aa5e1593307d68b9ef9bb0f9 (patch)
tree130c6c013d898fbc1e3f5b44aaf28bb3fb884b7b
parentde5e3c618df86154e236a53ba6e605d45460e310 (diff)
downloadandroid_hardware_samsung-87a5957b939ad991aa5e1593307d68b9ef9bb0f9.tar.gz
android_hardware_samsung-87a5957b939ad991aa5e1593307d68b9ef9bb0f9.tar.bz2
android_hardware_samsung-87a5957b939ad991aa5e1593307d68b9ef9bb0f9.zip
modemloader: Fix compilation warnings
Change-Id: I2c52b329cfe27e2df2f13213036b533c53e39d42
-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";