asm-generic: pgalloc: provide generic pgd_free()
[sfrench/cifs-2.6.git] / arch / alpha / include / asm / pgalloc.h
index 4834cd52e9d0be915318c58d94b2db1ee30a449f..9c6a24fe493d59e88303647c2ed80e6a4f53c136 100644 (file)
@@ -34,10 +34,4 @@ pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd)
 
 extern pgd_t *pgd_alloc(struct mm_struct *mm);
 
-static inline void
-pgd_free(struct mm_struct *mm, pgd_t *pgd)
-{
-       free_page((unsigned long)pgd);
-}
-
 #endif /* _ALPHA_PGALLOC_H */