Skip to content

Commit 3e6a7e3

Browse files
nicolincjgunthorpe
authored andcommitted
iommufd: Reorder struct forward declarations
Reorder struct forward declarations to alphabetic order to simplify maintenance, as upcoming patches will add more to the list. No functional change intended. Link: https://patch.msgid.link/r/c5dd87100f6f01389b838c63237e28c5dd373358.1724776335.git.nicolinc@nvidia.com Signed-off-by: Nicolin Chen <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 73183ad commit 3e6a7e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/linux/iommufd.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
#include <linux/types.h>
1212

1313
struct device;
14-
struct iommufd_device;
15-
struct page;
16-
struct iommufd_ctx;
17-
struct iommufd_access;
1814
struct file;
1915
struct iommu_group;
16+
struct iommufd_access;
17+
struct iommufd_ctx;
18+
struct iommufd_device;
19+
struct page;
2020

2121
struct iommufd_device *iommufd_device_bind(struct iommufd_ctx *ictx,
2222
struct device *dev, u32 *id);

0 commit comments

Comments
 (0)