aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/efsys.h')
-rw-r--r--drivers/net/sfc/efsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/efsys.h b/drivers/net/sfc/efsys.h
index 0b4795da..f7bcc74d 100644
--- a/drivers/net/sfc/efsys.h
+++ b/drivers/net/sfc/efsys.h
@@ -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