]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/mach-s5p6440/include/mach/vmalloc.h
ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type
[net-next-2.6.git] / arch / arm / mach-s5p6440 / include / mach / vmalloc.h
index 16df257b1dce7a21610afe84b8be1f4b9011dc0c..e3f0eebf5205b592724f9de4b5cd5fda2670396c 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 */