From: Magnus Damm Date: Tue, 1 Nov 2011 00:12:09 +0000 (-0700) Subject: drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform data X-Git-Tag: v3.2-rc1~108^2~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=2b67c95b74f17c13c7b3a990540c9dd9b4a8480d drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform data Use the platform_data include directory for the TPU LED driver, as suggested by Paul Mundt. Signed-off-by: Magnus Damm Cc: Paul Mundt Cc: Richard Purdie Cc: Grant Likely Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/leds/leds-renesas-tpu.c b/drivers/leds/leds-renesas-tpu.c index 45dbdf58f5ee..3ee540eb127e 100644 --- a/drivers/leds/leds-renesas-tpu.c +++ b/drivers/leds/leds-renesas-tpu.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/linux/leds-renesas-tpu.h b/include/linux/platform_data/leds-renesas-tpu.h similarity index 100% rename from include/linux/leds-renesas-tpu.h rename to include/linux/platform_data/leds-renesas-tpu.h