linux_dsm_epyc7002/drivers/net/ethernet/amazon
Arthur Kiyanovski 00f17a8219 net: ena: fix compilation error in xtensa architecture
linux/prefetch.h is never explicitly included in ena_com, although
functions from it, such as prefetchw(), are used throughout ena_com.
This is an inclusion bug, and we fix it here by explicitly including
linux/prefetch.h. The bug was exposed when the driver was compiled
for the xtensa architecture.

Fixes: 689b2bdaaa ("net: ena: add functions for handling Low Latency Queues in ena_com")
Fixes: 8c590f9776 ("ena: Fix Kconfig dependency on X86")
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-10-22 19:48:04 -07:00
..
ena net: ena: fix compilation error in xtensa architecture 2018-10-22 19:48:04 -07:00
Kconfig net: ena: Fix Kconfig dependency on X86 2018-10-17 22:28:34 -07:00
Makefile