]> git.baikalelectronics.ru Git - kernel.git/commit
uapi/linux/target_core_user.h: fix headers_install.sh badness
authorKyle McMartin <kyle@redhat.com>
Thu, 18 Dec 2014 17:57:14 +0000 (12:57 -0500)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 18 Dec 2014 19:07:27 +0000 (11:07 -0800)
commitd29a424b56776d5ba1b15716c493df7108ab8d05
treeed269a7e7028badb771359fd0ed22118368e3167
parentbed30c79ea9c175bfa8afcca1dcb702c9f0a2e32
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>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
include/uapi/linux/target_core_user.h