From: H Hartley Sweeten Date: Tue, 30 Jun 2009 19:38:00 +0000 (-0400) Subject: mtd: ep93xx: cleanup includes in ts7250 nand driver X-Git-Tag: firefly_0821_release~12440^2~53 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=44a1f2085e8fe07b3aecdab7c391ca057d75da0f;p=firefly-linux-kernel-4.4.55.git mtd: ep93xx: cleanup includes in ts7250 nand driver 1. should be included not 2. add platform specific header Signed-off-by: H Hartley Sweeten Cc: Lennert Buytenhek Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/ts7250.c b/drivers/mtd/nand/ts7250.c index 2c410a011317..0f5562aeedc1 100644 --- a/drivers/mtd/nand/ts7250.c +++ b/drivers/mtd/nand/ts7250.c @@ -24,8 +24,11 @@ #include #include #include -#include +#include + #include +#include + #include #include