On Mon, Mar 02, 2009 at 01:00:41AM +0100, Hannes Eder wrote: > Fix this sparse warning: > drivers/base/iommu.c:34:18: warning: non-ANSI function declaration of function 'iommu_found' > > Signed-off-by: Hannes Eder <hannes@xxxxxxxxxxxxxx> > --- > drivers/base/iommu.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/base/iommu.c b/drivers/base/iommu.c > index 5e039d4..c2d1eed 100644 > --- a/drivers/base/iommu.c > +++ b/drivers/base/iommu.c > @@ -31,7 +31,7 @@ void register_iommu(struct iommu_ops *ops) > iommu_ops = ops; > } > > -bool iommu_found() > +bool iommu_found(void) > { > return iommu_ops != NULL; > } Applied, thanks. Joerg -- | Advanced Micro Devices GmbH Operating | Karl-Hammerschmidt-Str. 34, 85609 Dornach bei München System | Research | Geschäftsführer: Jochen Polster, Thomas M. McCoy, Giuliano Meroni Center | Sitz: Dornach, Gemeinde Aschheim, Landkreis München | Registergericht München, HRB Nr. 43632 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html