tile: remove support for TILE64
[cascardo/linux.git] / arch / tile / include / uapi / arch / chip.h
index 926d3db..4c91f90 100644 (file)
@@ -12,9 +12,7 @@
  *   more details.
  */
 
-#if __tile_chip__ == 0
-#include <arch/chip_tile64.h>
-#elif __tile_chip__ == 1
+#if __tile_chip__ == 1
 #include <arch/chip_tilepro.h>
 #elif defined(__tilegx__)
 #include <arch/chip_tilegx.h>