linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] uapi: update install list after nvme.h rename
@ 2016-01-11  1:14 Mike Frysinger
  2016-01-12  8:45 ` Jiri Slaby
  2016-01-12 15:11 ` Christoph Hellwig
  0 siblings, 2 replies; 8+ messages in thread
From: Mike Frysinger @ 2016-01-11  1:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: hch, keith.busch, axboe, stable

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.

Cc: stable@vger.kernel.org
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 include/uapi/linux/Kbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index dc6172c..7bb6aeb 100644
--- 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
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-19 22:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11  1:14 [PATCH] uapi: update install list after nvme.h rename Mike Frysinger
2016-01-12  8:45 ` Jiri Slaby
2016-01-14  1:17   ` Mike Frysinger
2016-01-14  8:26     ` Jiri Slaby
2016-01-14  8:30       ` Jiri Slaby
2016-02-19 22:23       ` Mario Limonciello
2016-02-19 22:37         ` Jens Axboe
2016-01-12 15:11 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).