svn commit: r366833 - in head/sys: dev/iommu kern sys

Ruslan Bukin br at freebsd.org
Mon Oct 19 21:45:37 UTC 2020


On Mon, Oct 19, 2020 at 03:08:32PM +0100, Jessica Clarke wrote:
> On 19 Oct 2020, at 14:10, Ruslan Bukin <br at FreeBSD.org> wrote:
> > 
> > +#ifndef _DEV_IOMMU_IOMMU_MSI_H_
> > +#define _DEV_IOMMU_IOMMU_MSI_H_
> > +
> > +#include <dev/iommu/iommu_types.h>
> > +
> > +struct iommu_unit;
> 
> This seems unused, perhaps left from a previous patch version?
> 

The forward declaration is not needed here, indeed.
Thanks.

Ruslan



More information about the svn-src-all mailing list