Re: [PATCH V1 net-next] net: ena: fix compilation error in xtensa architecture

2018-10-22 Thread David Miller
From: Date: Sun, 21 Oct 2018 18:07:14 +0300 > From: Arthur Kiyanovski > > 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/pref

[PATCH V1 net-next] net: ena: fix compilation error in xtensa architecture

2018-10-21 Thread akiyano
From: Arthur Kiyanovski 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 f