Hi Grant, On Sat, 24 Jul 2010 10:01:11 -0600 Grant Likely <[email protected]> wrote: > > diff --git a/include/linux/of_device.h b/include/linux/of_device.h > index e11a0be..249bc11 100644 > --- a/include/linux/of_device.h > +++ b/include/linux/of_device.h > @@ -27,6 +27,9 @@ > > extern const struct of_device_id *of_match_device( > const struct of_device_id *matches, const struct device *dev); > +#if !defined(CONFIG_SPARC) > +extern void of_device_make_bus_id(struct device *dev); > +#endif
You don't really need the protection here - it does not clash with anything on SPARC, right? -- Cheers, Stephen Rothwell [email protected] http://www.canb.auug.org.au/~sfr/
pgpF1pbVI93Xf.pgp
Description: PGP signature
_______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
