linux/drivers/net/ethernet/amazon/ena
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_admin_defs.h net: ena: fix indentations in ena_defs for better readability 2018-10-11 10:13:51 -07:00
ena_com.c net: ena: remove redundant parameter in ena_com_admin_init() 2018-10-11 10:13:51 -07:00
ena_com.h net: ena: fix compilation error in xtensa architecture 2018-10-22 19:48:04 -07:00
ena_common_defs.h net: ena: complete host info to match latest ENA spec 2018-10-11 10:13:50 -07:00
ena_eth_com.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-10-12 21:38:46 -07:00
ena_eth_com.h net: ena: use CSUM_CHECKED device indication to report skb's checksum status 2018-10-11 10:13:51 -07:00
ena_eth_io_defs.h net: ena: fix indentations in ena_defs for better readability 2018-10-11 10:13:51 -07:00
ena_ethtool.c net: ena: use CSUM_CHECKED device indication to report skb's checksum status 2018-10-11 10:13:51 -07:00
ena_netdev.c net: ena: enable Low Latency Queues 2018-10-17 22:30:41 -07:00
ena_netdev.h net: ena: update driver version to 2.0.1 2018-10-11 10:13:51 -07:00
ena_pci_id_tbl.h
ena_regs_defs.h net: ena: fix indentations in ena_defs for better readability 2018-10-11 10:13:51 -07:00
Makefile