mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
modemloader: Fix compilation warnings
Change-Id: I2c52b329cfe27e2df2f13213036b533c53e39d42
This commit is contained in:
parent
de5e3c618d
commit
87a5957b93
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue