1
0
Fork 0

IB: Include <linux/kref.h> explicitly in <rdma/ib_verbs.h>

<rdma/ib_verbs.h> uses struct kref, so it should include <linux/kref.h>
explicitly to avoid hidden include dependencies.

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
wifi-calibration
Michael S. Tsirkin 2007-02-04 14:11:55 -08:00 committed by Roland Dreier
parent 62d0cfcb27
commit 459d6e2a54
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#include <linux/device.h>
#include <linux/mm.h>
#include <linux/dma-mapping.h>
#include <linux/kref.h>
#include <asm/atomic.h>
#include <asm/scatterlist.h>