bitops: introduce BIT() definition
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-am33xx / cpu.h
index 13a9cad..112ac5e 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <asm/arch/hardware.h>
 
-#define BIT(x)                         (1 << x)
 #define CL_BIT(x)                      (0 << x)
 
 /* Timer register bits */