Here is some trivial cleanup for eal. Nothing really astounding but this will ease an unfinished patchset I have been working on for some time (getting rid of any driver specific stuff in eal).
-- David Marchand David Marchand (2): eal: remove dependency on drivers eal: remove useless header inclusion app/test-pmd/cmdline.c | 1 - lib/librte_eal/bsdapp/eal/Makefile | 3 --- lib/librte_eal/bsdapp/eal/eal.c | 1 - lib/librte_eal/bsdapp/eal/eal_pci.c | 1 - lib/librte_eal/linuxapp/eal/Makefile | 5 ----- lib/librte_eal/linuxapp/eal/eal.c | 1 - lib/librte_eal/linuxapp/eal/eal_pci.c | 1 - lib/librte_eal/linuxapp/eal/eal_pci_uio.c | 1 - 8 files changed, 14 deletions(-) -- 2.4.6