net/sfc/base: simplify EF10 family run-time checks
[dpdk.git] / drivers / net / sfc / efsys.h
index 0b4795d..f7bcc74 100644 (file)
@@ -84,7 +84,7 @@ typedef bool boolean_t;
 #define P2ALIGN(_x, _a)                ((_x) & -(_a))
 #endif
 
-#ifndef IS2P
+#ifndef ISP2
 #define ISP2(x)                        rte_is_power_of_2(x)
 #endif