diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-29 10:16:24 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-29 10:16:24 +1000 |
commit | cdbd616ea5f0ee491ff82cac74b918a14b039917 (patch) | |
tree | 9351578caf842de8678f308491ad4394c51b904b | |
parent | 8ef838e5ff7b3c005d7fbc725e17bcccd0e1e1eb (diff) |
agp: export the correct symbol
-rw-r--r-- | linux-core/drm_agpsupport.c | 2 |
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 */ |