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.12-rc1~4578^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b67c95b74f17c13c7b3a990540c9dd9b4a8480d;p=kernel%2Fkernel-generic.git 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 45dbdf5..3ee540e 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