diff mbox

backport: move percpu.h file to the correct location

Message ID 20180228192417.7292-1-luca@coelho.fi (mailing list archive)
State Accepted
Headers show

Commit Message

Luca Coelho Feb. 28, 2018, 7:24 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

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 <luciano.coelho@intel.com>
---
 {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 mbox

Patch

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