summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIoana Ciornei <ciorneiioana@gmail.com>2015-11-01 16:38:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-15 20:02:47 -0800
commit36f16ff25c0290aa700dc0944f41dc14ff050432 (patch)
tree0f40abfc28a614b73f8e6518401db54a4f82d5f9
parent375fb53ec1be6df6cfd0ac4932f14f0b7f57a761 (diff)
downloadlinux-stable-36f16ff25c0290aa700dc0944f41dc14ff050432.tar.gz
linux-stable-36f16ff25c0290aa700dc0944f41dc14ff050432.tar.bz2
linux-stable-36f16ff25c0290aa700dc0944f41dc14ff050432.zip
staging: android: replace uint32_t with u32
This patch makes use of the preferred kernel types such as u16, u32. Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/android/lowmemorykiller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c
index e679d8432810..de65db7d938f 100644
--- a/drivers/staging/android/lowmemorykiller.c
+++ b/drivers/staging/android/lowmemorykiller.c
@@ -43,7 +43,7 @@
#include <linux/profile.h>
#include <linux/notifier.h>
-static uint32_t lowmem_debug_level = 1;
+static u32 lowmem_debug_level = 1;
static short lowmem_adj[6] = {
0,
1,