The libertas driver now needs this include file. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/olpc-ec.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/linux/olpc-ec.h diff --git a/include/linux/olpc-ec.h b/include/linux/olpc-ec.h new file mode 100644 index 0000000..a5b932a --- /dev/null +++ b/include/linux/olpc-ec.h @@ -0,0 +1,10 @@ +#ifndef _COMPAT_LINUX_OLPC_EC_H +#define _COMPAT_LINUX_OLPC_EC_H + +#include <linux/version.h> + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) +#include_next <linux/olpc-ec.h> +#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(3,6,0)) */ + +#endif /* _COMPAT_LINUX_OLPC_EC_H */ -- 1.7.9.5 -- 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