From: Greg Kroah-Hartman Date: Thu, 15 Jan 2015 01:08:03 +0000 (-0800) Subject: greybus: Move the es1_ap_desc.c file to Documentation directory X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1726 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c86117a8a8b4aaff67a65dc9a415352f48ef45d0;p=users%2Fjedix%2Flinux-maple.git greybus: Move the es1_ap_desc.c file to Documentation directory This .c file isn't needed by the kernel driver, it's there for firmware developers only, so just move it into the Documentation directory to reduce confusion. Signed-off-by: Greg Kroah-Hartman Reviewed-by: Alex Elder --- diff --git a/drivers/staging/greybus/es1_ap_desc.c b/drivers/staging/greybus/Documentation/es1_ap_desc.c similarity index 100% rename from drivers/staging/greybus/es1_ap_desc.c rename to drivers/staging/greybus/Documentation/es1_ap_desc.c