]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/mach-s5p6442/include/mach/vmalloc.h
ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type
[net-next-2.6.git] / arch / arm / mach-s5p6442 / include / mach / vmalloc.h
index be3333688c20d98015eba94704c1ad84502d7b6c..f5c83f02c18efe57aed0b021779d160469dcc86f 100644 (file)
@@ -12,6 +12,6 @@
 #ifndef __ASM_ARCH_VMALLOC_H
 #define __ASM_ARCH_VMALLOC_H
 
-#define VMALLOC_END      (0xE0000000)
+#define VMALLOC_END    0xE0000000UL
 
 #endif /* __ASM_ARCH_VMALLOC_H */