From: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxx> This fixes this compilation issue: CC [M] /home/mcgrof/compat/compat/compat_firmware_class.o /home/mcgrof/compat/compat/compat_firmware_class.c:24:0: warning: "to_dev" redefined include/linux/input.h:1218:0: note: this is the location of the previous definition /home/mcgrof/compat/compat/compat_firmware_class.c:24:0: warning: "to_dev" redefined include/linux/input.h:1218:0: note: this is the location of the previous definition Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxx> --- compat/compat_firmware_class.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/compat/compat_firmware_class.c b/compat/compat_firmware_class.c index 4eb5ba7..b085677 100644 --- a/compat/compat_firmware_class.c +++ b/compat/compat_firmware_class.c @@ -21,7 +21,10 @@ #include <linux/firmware.h> #include <linux/slab.h> +#ifdef to_dev +#undef to_dev #define to_dev(obj) container_of(obj, struct device, kobj) +#endif MODULE_AUTHOR("Manuel Estrada Sainz"); MODULE_DESCRIPTION("Multi purpose firmware loading support"); -- 1.7.4.15.g7811d -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html