On Fri, 2013-08-16 at 19:26 +0200, Hauke Mehrtens wrote: > > +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0) > +#define BUS_ATTR_RW(_name) > +#define BUS_ATTR_RO(_name) > +#define DRIVER_ATTR_RW(_name) > +#define DRIVER_ATTR_RO(_name) > +#define CLASS_ATTR_RW(_name) > +#define CLASS_ATTR_RO(_name) > +#define DEVICE_ATTR_RW(_name) > +#define DEVICE_ATTR_RO(_name) > +#endif Is that part really helpful? Seems you'd want it to fail, or am I misunderstanding it? johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html