Fix reference to non-UAPI <linux/nvme.h> in include/uapi/linux/Kbuild

This commit is contained in:
Ben Hutchings 2015-12-14 01:16:03 +00:00
parent e808d0a3f7
commit c353d9e9f8
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 14 Dec 2015 01:09:32 +0000
Subject: nvme: Stop installing kernel-only <linux/nvme.h> as UAPI
Forwarded: http://mid.gmane.org/20151214011442.GL28542@decadent.org.uk
Fixes: 9d99a8dda154 ("nvme: move hardware structures out of the uapi ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
include/uapi/linux/Kbuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index 628e6e6..41652af 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -306,7 +306,6 @@ header-y += nfs_mount.h
header-y += nl80211.h
header-y += n_r3964.h
header-y += nubus.h
-header-y += nvme.h
header-y += nvram.h
header-y += omap3isp.h
header-y += omapfb.h

View File

@ -14,3 +14,4 @@ tools-lib-lockdep-use-ldflags.patch
tools-hv-fix-fortify-format-warning.patch
revert-perf-build-fix-libunwind-feature-detection-on.patch
alpha-uapi-add-support-for-__sane_userspace_types__.patch
nvme-stop-installing-kernel-only-linux-nvme.h-as-uap.patch