From: Axel Lin Date: Wed, 10 Nov 2010 07:49:41 +0000 (+0800) Subject: mfd: Include instead of X-Git-Tag: v3.0~2089^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77b22897da093e80c40f03e8d83bf23e756b9fba;p=platform%2Fkernel%2Flinux-amlogic.git mfd: Include instead of As warned by checkpatch.pl, use #include instead of . Signed-off-by: Axel Lin Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/tps65010.c b/drivers/mfd/tps65010.c index 90187fe..93d5fdf 100644 --- a/drivers/mfd/tps65010.c +++ b/drivers/mfd/tps65010.c @@ -34,7 +34,7 @@ #include -#include +#include /*-------------------------------------------------------------------------*/