This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / input / joystick / analog.c
index 7e52f96..3e83968 100644 (file)
@@ -158,11 +158,11 @@ static unsigned int get_time_pit(void)
 
         return count;
 }
-#elif defined(__x86_64__)
+#elif __x86_64__
 #define GET_TIME(x)    rdtscl(x)
 #define DELTA(x,y)     ((y)-(x))
 #define TIME_NAME      "TSC"
-#elif defined(__alpha__)
+#elif __alpha__
 #define GET_TIME(x)    do { x = get_cycles(); } while (0)
 #define DELTA(x,y)     ((y)-(x))
 #define TIME_NAME      "PCC"