summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 089e3ca)
raw | patch | inline | side by side (parent: 089e3ca)
author | Rodrigo Obregon <robregon@ti.com> | |
Wed, 3 Apr 2013 19:49:14 +0000 (14:49 -0500) | ||
committer | Praneeth Bajjuri <praneeth@ti.com> | |
Fri, 12 Jul 2013 22:41:44 +0000 (17:41 -0500) |
Export symbol tiler_pa_free required by the
omaplfb component.
Change-Id: Ieca5b515bc2442b609b6650fcb84560552783466
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
omaplfb component.
Change-Id: Ieca5b515bc2442b609b6650fcb84560552783466
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
drivers/video/omap2/dsscomp/tiler-utils.c | patch | blob | history |
index 0c4a0802fc0b63a5e3ef105481eb32f23a03366d..ddbf7ed8ff15c85b03ab9328dff3ec48f5637381 100644 (file)
*/
#include <linux/shmem_fs.h>
+#include <linux/module.h>
#include "tiler-utils.h"
/* ==========================================================================
kfree(pa->mem);
kfree(pa);
}
+EXPORT_SYMBOL(tiler_pa_free);
/* get physical pages of a user block */
struct tiler_pa_info *user_block_to_pa(u32 usr_addr, u32 num_pg)