]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform data
authorMagnus Damm <damm@opensource.se>
Wed, 5 Oct 2011 00:43:34 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:45 +0000 (17:49 +1100)
Use the platform_data include directory for the TPU LED driver, as
suggested by Paul Mundt.

Signed-off-by: Magnus Damm <damm@opensource.se>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/leds/leds-renesas-tpu.c
include/linux/platform_data/leds-renesas-tpu.h [moved from include/linux/leds-renesas-tpu.h with 100% similarity]

index 45dbdf58f5eec433b564845861ee79740512334e..3ee540eb127e7ffadfd0d5c2e471dc14380fa307 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/io.h>
 #include <linux/clk.h>
 #include <linux/leds.h>
-#include <linux/leds-renesas-tpu.h>
+#include <linux/platform_data/leds-renesas-tpu.h>
 #include <linux/gpio.h>
 #include <linux/err.h>
 #include <linux/slab.h>