Skip to content

Commit

Permalink
ANDROID: uid_sys_stats: Fix implicit declaration of get_cmdline()
Browse files Browse the repository at this point in the history
Include linux/mm.h for get_cmdline() declaration.

Change-Id: Icad6ef7deef4d93d92d423c96bfa61fb5d66d0b7
Fixes: Change-Id: I30083b757eaef8c61e55a213a883ce8d0c9cf2b1
       ("uid_sys_stats: log task io with a debug flag")
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
  • Loading branch information
pundiramit committed Sep 18, 2017
1 parent 83ff4b0 commit e86c441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/misc/uid_sys_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/mm.h>
#include <linux/proc_fs.h>
#include <linux/profile.h>
#include <linux/rtmutex.h>
Expand Down

0 comments on commit e86c441

Please sign in to comment.