From: Daniel Vetter Date: Thu, 8 Aug 2013 13:41:30 +0000 (+0200) Subject: drm/memory: don't export agp helpers X-Git-Tag: v3.12-rc1~136^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d678959f0a16da74beaa7e7c2fbb943ebd08a1d3;p=pandora-kernel.git drm/memory: don't export agp helpers They're only used by the agpgart support code in drm_agpgart.c, not by any drivers. I think long-term we should create a drm_internal.h include file with all the various functions only used by the drm core and not exported to drivers, and remove them from drmP.h. Oh, and someone should kill that upper-case P sometimes ;-) But that's all stuff for future patch bombs. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed