Commit e3104fe9 authored by Leon Romanovsky's avatar Leon Romanovsky
Browse files

RDMA/umem: Remove unnecessary includes and defines from ib_umem header

The ib_umem header no longer requires the removed includes or forward
declarations, so drop them to reduce clutter.

Link: https://patch.msgid.link/20260213-refactor-umem-v1-3-f3be85847922@nvidia.com


Signed-off-by: default avatarLeon Romanovsky <leonro@nvidia.com>
parent 2ae3c4f6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -7,13 +7,9 @@
#ifndef IB_UMEM_H
#define IB_UMEM_H

#include <linux/list.h>
#include <linux/scatterlist.h>
#include <linux/workqueue.h>

struct ib_device;
struct ib_ucontext;
struct ib_umem_odp;
struct dma_buf_attach_ops;

struct ib_umem {