On Thu, 2008-06-19 at 17:04 +0200, Holger Schurig wrote: > > --- wireless-testing.orig/drivers/net/wireless/libertas/persistcfg.c > +++ wireless-testing/drivers/net/wireless/libertas/persistcfg.c > @@ -1,3 +1,4 @@ > +#ifdef CONFIG_LIBERTAS_MESH > #include <linux/moduleparam.h> > #include <linux/delay.h> > #include <linux/etherdevice.h> > @@ -451,3 +452,4 @@ > sysfs_remove_group(&(dev->dev.kobj), &boot_opts_group); > sysfs_remove_group(&(dev->dev.kobj), &mesh_ie_group); > } > +#endif you know you can build files depending on Kconfig symbols, right? :) johannes
Attachment:
signature.asc
Description: This is a digitally signed message part