Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756349AbcCBAal (ORCPT ); Tue, 1 Mar 2016 19:30:41 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:58676 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756335AbcCAX52 (ORCPT ); Tue, 1 Mar 2016 18:57:28 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=qI6Sb7RavwMfZclTe3KVNivLx6jTZ6W2he1DE8I7y49C9VCkJJwmGUGT+j1RvMkibtPyAlF1Nl9A ELLVxUa54slW2skkEult/Evg4zSyDoLYw1/mhWrUZkC+H6fgSJIaEsoGABBEqjwFB4hSA4TtxHUL 771p1r2sFc8K4KC+DW0=; From: Greg Kroah-Hartman Subject: [PATCH 4.4 239/342] uapi: update install list after nvme.h rename X-Mailer: git-send-email 2.7.2 To: Cc: Greg Kroah-Hartman , , Mike Frysinger , Christoph Hellwig , Jens Axboe Message-Id: <20160301234535.644424167@linuxfoundation.org> In-Reply-To: <20160301234527.990448862@linuxfoundation.org> References: <20160301234527.990448862@linuxfoundation.org> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.3fade8516c244218b887c0354bb730b9 X-Mandrill-User: md_30481620 Date: Tue, 01 Mar 2016 23:55:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1022 Lines: 33 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mike Frysinger commit a9cf8284b45110a4d98aea180a89c857e53bf850 upstream. Commit 9d99a8dda154 ("nvme: move hardware structures out of the uapi version of nvme.h") renamed nvme.h to nvme_ioctl.h, but the uapi list still refers to nvme.h. People trying to install the headers hit a failure as the header no longer exists. Signed-off-by: Mike Frysinger Reviewed-by: Christoph Hellwig Signed-off-by: Jens Axboe Signed-off-by: Greg Kroah-Hartman --- include/uapi/linux/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -307,7 +307,7 @@ header-y += nfs_mount.h header-y += nl80211.h header-y += n_r3964.h header-y += nubus.h -header-y += nvme.h +header-y += nvme_ioctl.h header-y += nvram.h header-y += omap3isp.h header-y += omapfb.h