]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/lustre/llite: add missing include file for prefetchw
authorPeng Tao <bergwolf@gmail.com>
Mon, 15 Jul 2013 14:27:12 +0000 (22:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 19:24:02 +0000 (12:24 -0700)
commit2870cd102c1acdab10908625ec0772729d7ec6dc
treeadc2a07cbc618409a856ffad166092bb28fa5ef7
parent0e145b443e7b8c73e29470f069b0aa61835e4a11
staging/lustre/llite: add missing include file for prefetchw

Got below errors on s390 build:
  CC [M]  drivers/staging/lustre/lustre/llite/dir.o
drivers/staging/lustre/lustre/llite/dir.c: In function 'll_dir_filler':
drivers/staging/lustre/lustre/llite/dir.c:225:3: error: implicit declaration of function 'prefetchw' [-Werror=implicit-function-declaration]

Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/dir.c