diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-11 08:00:31 +0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-01-11 04:41:18 +0400 |
commit | 7ed3f5f0105d1e7f27551e6bc32413cc744c7b9f (patch) | |
tree | fbf0818b95ad5deddb986bd2cba98bc1ee34fd68 /Documentation/ko_KR | |
parent | 3029ff04a5a10267f3c504159d98d15847d0cd23 (diff) | |
download | linux-7ed3f5f0105d1e7f27551e6bc32413cc744c7b9f.tar.xz |
i40evf: fix s390 build failure due to implicit prefetch.h
As of commit 7f12ad741a4870b8b6e3aafbcd868d0191770802 ("i40evf: transmit
and receive functionality") the s390 builds (allyesconfig) fail with:
drivers/net/ethernet/intel/i40evf/i40e_txrx.c: In function 'i40e_clean_rx_irq':
drivers/net/ethernet/intel/i40evf/i40e_txrx.c:818:3: error: implicit declaration of function 'prefetch'
make[5]: *** [drivers/net/ethernet/intel/i40evf/i40e_txrx.o] Error 1
due to an implicit assumption that the prototype from linux/prefetch.h
will be present.
Cc: Mitch Williams <mitch.a.williams@intel.com>
Cc: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'Documentation/ko_KR')
0 files changed, 0 insertions, 0 deletions