VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / m68k / mm / kmap.c
index dceda2e..5dcb3fa 100644 (file)
@@ -45,7 +45,7 @@ static inline struct vm_struct *get_io_area(unsigned long size)
 
 static inline void free_io_area(void *addr)
 {
-       return vfree((void *)(PAGE_MASK & (unsigned long)addr));
+       vfree((void *)(PAGE_MASK & (unsigned long)addr));
 }
 
 #else