]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/char/drm/ati_pcigart.c
drm: misc cleanup
[linux-beck.git] / drivers / char / drm / ati_pcigart.c
index fdca1876ecd5f0aa65012b0dc96e88ab4db59846..0aec5ef481b8600040da86257d049e65d74b1a4b 100644 (file)
@@ -52,7 +52,7 @@
 # define ATI_MAX_PCIGART_PAGES         8192    /**< 32 MB aperture, 4K pages */
 # define ATI_PCIGART_PAGE_SIZE         4096    /**< PCI GART page size */
 
-unsigned long drm_ati_alloc_pcigart_table( void )
+static unsigned long drm_ati_alloc_pcigart_table( void )
 {
        unsigned long address;
        struct page *page;