summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-02-29 10:16:24 +1000
committerDave Airlie <airlied@redhat.com>2008-02-29 10:16:24 +1000
commitcdbd616ea5f0ee491ff82cac74b918a14b039917 (patch)
tree9351578caf842de8678f308491ad4394c51b904b /linux-core
parent8ef838e5ff7b3c005d7fbc725e17bcccd0e1e1eb (diff)
agp: export the correct symbol
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drm_agpsupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_agpsupport.c b/linux-core/drm_agpsupport.c
index 02187017..f58d5516 100644
--- a/linux-core/drm_agpsupport.c
+++ b/linux-core/drm_agpsupport.c
@@ -666,7 +666,7 @@ void drm_agp_chipset_flush(struct drm_device *dev)
{
agp_flush_chipset(dev->agp->bridge);
}
-EXPORT_SYMBOL(drm_agp_flush_chipset);
+EXPORT_SYMBOL(drm_agp_chipset_flush);
#endif
#endif /* __OS_HAS_AGP */