i.MX6: get rid of redundant struct src_regs (dupe of struct src)
[oweals/u-boot.git] / arch / arm / include / asm / arch-at91 / at91_pit.h
index 5615a0206caaa19e4d362544d527e2e28c61ccee..61aca79418a6c8d0d8ca2ee153511a68181a7318 100644 (file)
@@ -25,7 +25,7 @@ typedef struct at91_pit {
 
 #define                AT91_PIT_MR_IEN         0x02000000
 #define                AT91_PIT_MR_EN          0x01000000
-#define                AT91_PIT_MR_PIV_MASK    (x & 0x000fffff)
+#define                AT91_PIT_MR_PIV_MASK(x) (x & 0x000fffff)
 #define                AT91_PIT_MR_PIV(x)      (x & AT91_PIT_MR_PIV_MASK)
 
 #ifdef CONFIG_AT91_LEGACY