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>
This commit is contained in:
parent
375fb53ec1
commit
36f16ff25c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue