bus/pci: reference driver structure before mapping
[dpdk.git] / examples / multi_process / symmetric_mp / Makefile
index 6c0fcb5..6fb9cc3 100644 (file)
@@ -16,7 +16,6 @@ APP = symmetric_mp
 # all source are stored in SRCS-y
 SRCS-y := main.c
 
-CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)