[PATCH] propagate __nocast annotations
[linux-drm-fsl-dcu.git] / include / linux / gfp.h
index 8d6bf608b19942c91fd6939bbb1685c765174fd5..7c7400137e97f11dffd425004321d1e675b802a0 100644 (file)
@@ -12,8 +12,8 @@ struct vm_area_struct;
  * GFP bitmasks..
  */
 /* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low two bits) */
-#define __GFP_DMA      0x01
-#define __GFP_HIGHMEM  0x02
+#define __GFP_DMA      0x01u
+#define __GFP_HIGHMEM  0x02u
 
 /*
  * Action modifiers - doesn't change the zoning