From 50234c8b91ff22528b41668d674517009073f698 Mon Sep 17 00:00:00 2001 From: Luca Coelho Date: Wed, 28 Feb 2018 21:24:17 +0200 Subject: [PATCH] backport: move percpu.h file to the correct location Mistakenly, the percpu.h file was added to a new backport-include directory at the root. It should be in the proper location at backport/backport-include instead. Fix that. Fixes: a4c44dbee35d ("backport: implement alloc_percpu_gfp() for < 3.18.") Signed-off-by: Luca Coelho Signed-off-by: Johannes Berg --- {backport-include => backport/backport-include}/linux/percpu.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {backport-include => backport/backport-include}/linux/percpu.h (100%) diff --git a/backport-include/linux/percpu.h b/backport/backport-include/linux/percpu.h similarity index 100% rename from backport-include/linux/percpu.h rename to backport/backport-include/linux/percpu.h -- 2.30.2