mm: simplify free_highmem_page() and free_reserved_page()
[sfrench/cifs-2.6.git] / include / linux / highmem-internal.h
index 1bbe96dc8be656a56d3d407e32ed5c0c49bc625a..7902c7d8b55f9bce1c2d03dfdae2db79c8801418 100644 (file)
@@ -127,11 +127,6 @@ static inline unsigned long totalhigh_pages(void)
        return (unsigned long)atomic_long_read(&_totalhigh_pages);
 }
 
-static inline void totalhigh_pages_inc(void)
-{
-       atomic_long_inc(&_totalhigh_pages);
-}
-
 static inline void totalhigh_pages_add(long count)
 {
        atomic_long_add(count, &_totalhigh_pages);