From: Jeff Layton Date: Mon, 16 Apr 2012 16:07:02 +0000 (-0400) Subject: nfsd: include cld.h in the headers_install target X-Git-Tag: v3.4-rc4~23^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d22053cdbd914a6c97ea101adf411a8fd7e282ad;p=~emulex%2Finfiniband.git nfsd: include cld.h in the headers_install target The cld.h file contains the definition of the upcall format to talk with nfsdcld. When I added the file though, I neglected to add it to the headers-y target, so make headers_install wasn't installing it. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- diff --git a/include/linux/nfsd/Kbuild b/include/linux/nfsd/Kbuild index b8d4001212b..5b7d84ac954 100644 --- a/include/linux/nfsd/Kbuild +++ b/include/linux/nfsd/Kbuild @@ -1,3 +1,4 @@ +header-y += cld.h header-y += debug.h header-y += export.h header-y += nfsfh.h