summaryrefslogtreecommitdiffstats
path: root/uapi-linux-target_core_user.h-fix-headers_install.sh.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-01-05 16:09:49 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2015-01-05 16:09:49 -0500
commit208228cebd8a9b5af5da4e12e3d90e4a03679cf0 (patch)
tree0cf4e87e7877bff42d1f3b480c2d585347ee3eba /uapi-linux-target_core_user.h-fix-headers_install.sh.patch
parentbfe354a1c3609cdd83fd0647153365ff4f81701f (diff)
downloadkernel-208228cebd8a9b5af5da4e12e3d90e4a03679cf0.tar.gz
kernel-208228cebd8a9b5af5da4e12e3d90e4a03679cf0.tar.xz
kernel-208228cebd8a9b5af5da4e12e3d90e4a03679cf0.zip
Linux v3.19-rc2
- Temporarily disable aarch64patches - Happy New Year
Diffstat (limited to 'uapi-linux-target_core_user.h-fix-headers_install.sh.patch')
-rw-r--r--uapi-linux-target_core_user.h-fix-headers_install.sh.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/uapi-linux-target_core_user.h-fix-headers_install.sh.patch b/uapi-linux-target_core_user.h-fix-headers_install.sh.patch
deleted file mode 100644
index 516d10f8a..000000000
--- a/uapi-linux-target_core_user.h-fix-headers_install.sh.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Kyle McMartin <kyle@redhat.com>
-Date: Thu, 18 Dec 2014 12:57:14 -0500
-Subject: [PATCH] uapi/linux/target_core_user.h: fix headers_install.sh badness
-
-scripts/headers_install.sh will transform __packed to
-__attribute__((packed)), so the #ifndef is not necessary.
-(and, in fact, it's problematic, because we'll end up with the header
- containing:
-#ifndef __attribute__((packed))
-#define __attribu...
-and so forth.)
-
-Cc: stable@vger.kernel.org # 3.18
-Signed-off-by: Kyle McMartin <kyle@redhat.com>
----
- include/uapi/linux/target_core_user.h | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/include/uapi/linux/target_core_user.h b/include/uapi/linux/target_core_user.h
-index 7dcfbe6771b1..b483d1909d3e 100644
---- a/include/uapi/linux/target_core_user.h
-+++ b/include/uapi/linux/target_core_user.h
-@@ -6,10 +6,6 @@
- #include <linux/types.h>
- #include <linux/uio.h>
-
--#ifndef __packed
--#define __packed __attribute__((packed))
--#endif
--
- #define TCMU_VERSION "1.0"
-
- /*
---
-2.1.0
-