On 11/20/2013 07:24 PM, Hanjun Guo wrote:
On 2013-11-20 17:09, Graeme Gregory wrote:
I don't think there is any need for such a deep directory structure and the filename boot.c was not very descriptive of what the file does.
Make directory structure less deep and remane to arm-core.c
Signed-off-by: Graeme Gregory graeme.gregory@linaro.org
I like this patch very much, so
Acked-by: Hanjun Guo hanjun.guo@linaro.org
drivers/acpi/Makefile | 3 +- drivers/acpi/plat/Makefile | 2 + drivers/acpi/plat/arm-core.c | 695 +++++++++++++++++++++++++++++++++++++++++ drivers/acpi/plat/arm/Makefile | 2 - drivers/acpi/plat/arm/boot.c | 695 ----------------------------------------- 5 files changed, 698 insertions(+), 699 deletions(-) create mode 100644 drivers/acpi/plat/Makefile create mode 100644 drivers/acpi/plat/arm-core.c delete mode 100644 drivers/acpi/plat/arm/Makefile delete mode 100644 drivers/acpi/plat/arm/boot.c
Linaro-acpi mailing list Linaro-acpi@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-acpi
Agreed. Nicely done.