From: Hugh Dickins Date: Mon, 20 Oct 2008 23:04:04 +0000 (+0100) Subject: Export tiny shmem_file_setup for DRM-GEM X-Git-Tag: v2.6.28-rc1~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e798ba57e9f423dddbf1bdeb20a62bdd0593890f;p=pandora-kernel.git Export tiny shmem_file_setup for DRM-GEM We're trying to keep the !CONFIG_SHMEM tiny-shmem.c (using ramfs without swap) in synch with CONFIG_SHMEM shmem.c (and mpm is preparing patches to combine them). I was glad to see EXPORT_SYMBOL_GPL(shmem_file_setup) go into shmem.c, but why not support DRM-GEM when !CONFIG_SHMEM too? But caution says still depend on MMU, since !CONFIG_MMU is.. different. Signed-off-by: Hugh Dickins Acked-by: Matt Mackall Acked-by: Dave Airlie Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed