From: Johannes Berg <johannes.berg@xxxxxxxxx> This was added to list_nulls.h fairly recently in commit f89bd6f87a53. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- backport/backport-include/linux/list_nulls.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backport/backport-include/linux/list_nulls.h diff --git a/backport/backport-include/linux/list_nulls.h b/backport/backport-include/linux/list_nulls.h new file mode 100644 index 000000000000..ba28834f7900 --- /dev/null +++ b/backport/backport-include/linux/list_nulls.h @@ -0,0 +1,9 @@ +#ifndef __BACKPORT_LIST_NULLS +#define __BACKPORT_LIST_NULLS +#include_next <linux/list_nulls.h> + +#ifndef NULLS_MARKER +#define NULLS_MARKER(value) (1UL | (((long)value) << 1)) +#endif + +#endif /* __BACKPORT_LIST_NULLS */ -- 2.1.4 -- 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