mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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: Leon Romanovsky <leonro@nvidia.com>
This commit is contained in:
parent
2ae3c4f6ea
commit
e3104fe921
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user