diff options
| author | Laura Abbott <lauraa@codeaurora.org> | 2013-11-08 17:19:33 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:24:18 -0700 |
| commit | 565860a4aefeb9e5dfd77f06612a2e079000f54c (patch) | |
| tree | cd490a44ec87dbd33f5ea9c0023da9ad33c15e9b /drivers/video/fbdev | |
| parent | 03628f45512f90b89a168a08d1221ebd3f83255a (diff) | |
msm: Remove lib/memory_alloc.c and related files
The memory pools are gone for good. Remove memory_alloc.c and the
associated header file from clients.
Change-Id: I8d303c72fa03cdca7eee34b39d57d5cbb5df920d
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdp3.c | 1 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/fbdev/msm/mdp3.c b/drivers/video/fbdev/msm/mdp3.c index bd62ad3916f6..5e451ae0a2fa 100644 --- a/drivers/video/fbdev/msm/mdp3.c +++ b/drivers/video/fbdev/msm/mdp3.c @@ -25,7 +25,6 @@ #include <linux/of_address.h> #include <linux/pm_runtime.h> #include <linux/regulator/consumer.h> -#include <linux/memory_alloc.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/sched.h> diff --git a/drivers/video/fbdev/msm/mdss_mdp.c b/drivers/video/fbdev/msm/mdss_mdp.c index 3c877af93032..2398f0f26cf6 100644 --- a/drivers/video/fbdev/msm/mdss_mdp.c +++ b/drivers/video/fbdev/msm/mdss_mdp.c @@ -30,7 +30,6 @@ #include <linux/pm.h> #include <linux/pm_runtime.h> #include <linux/regulator/consumer.h> -#include <linux/memory_alloc.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/sched.h> |
