]> err.no Git - linux-2.6/blobdiff - include/asm-x86/page.h
block: move cmdfilter from gendisk to request_queue
[linux-2.6] / include / asm-x86 / page.h
index 6e02098b160527aa28415520ec4590ff3cab7898..49982110e4d94e4025896a6c05d7fddecca382ae 100644 (file)
@@ -34,9 +34,6 @@
 
 #define HUGE_MAX_HSTATE 2
 
-/* to align the pointer to the (next) page boundary */
-#define PAGE_ALIGN(addr)       (((addr)+PAGE_SIZE-1)&PAGE_MASK)
-
 #ifndef __ASSEMBLY__
 #include <linux/types.h>
 #endif