sgi-xp: use standard bitops macros and functions
[firefly-linux-kernel-4.4.55.git] / drivers / misc / sgi-xp / xp.h
index 0ca81f16646f24c5faa22774ca5a7a9ddfa6a762..3054fae8b02304655c722dc9fbd8a41750d2cb05 100644 (file)
@@ -21,9 +21,6 @@
 #include <asm/sn/arch.h>
 #endif
 
-/* ??? Add this #define to some linux header file some day? */
-#define BYTES_PER_WORD sizeof(void *)
-
 #ifdef USE_DBUG_ON
 #define DBUG_ON(condition)     BUG_ON(condition)
 #else