linux/debian/patches/debian/ib-fix-abi-change-in-4.5.3....

21 lines
382 B
Diff

From: Ben Hutchings <ben@decadent.org.uk>
Date: Fri, 06 May 2016 22:59:30 +0100
Subject: IB: Fix ABI change in 4.5.3
Forwarded: not-needed
Hide the new #include from genksyms.
---
--- a/include/rdma/ib.h
+++ b/include/rdma/ib.h
@@ -34,7 +34,9 @@
#define _RDMA_IB_H
#include <linux/types.h>
+#ifndef __GENKSYMS__
#include <linux/sched.h>
+#endif
struct ib_addr {
union {