summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-06-22 18:04:47 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-06-22 18:04:47 -0400
commit0f74e60e28497b42547cc4238773f97357ca2320 (patch)
tree9970a300ddd0eff372a4a27d89af28ec7b01af63
parent0107ad6fac72b0f675a506d3a403b42145168d72 (diff)
downloadlongterm-queue-2.6.34-0f74e60e28497b42547cc4238773f97357ca2320.tar.gz
add missing SOB to netlink nlmsg patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/netlink-Make-nlmsg_find_attr-take-a-const-nlmsghdr.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/queue/netlink-Make-nlmsg_find_attr-take-a-const-nlmsghdr.patch b/queue/netlink-Make-nlmsg_find_attr-take-a-const-nlmsghdr.patch
index c21d57e..5a4b3fa 100644
--- a/queue/netlink-Make-nlmsg_find_attr-take-a-const-nlmsghdr.patch
+++ b/queue/netlink-Make-nlmsg_find_attr-take-a-const-nlmsghdr.patch
@@ -9,6 +9,7 @@ This will let us use it on a nlmsghdr stored inside a netlink_callback.
Signed-off-by: Nelson Elhage <nelhage@ksplice.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/include/net/netlink.h b/include/net/netlink.h
index 4fc05b5..28c27d1 100644