From: Konrad Zapalowicz Date: Wed, 6 Aug 2014 19:01:22 +0000 (+0200) Subject: staging: dgnc: Fix included header from 'asm' X-Git-Tag: v3.18-rc1~130^2~1330 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9dfe5670e1ceeda7378a6f4234cca6820fd5af46;p=karo-tx-linux.git staging: dgnc: Fix included header from 'asm' This commit fixes the checkpatch warning: drivers/staging/dgnc/dgnc_neo.c:37: WARNING: Use #include instead of Signed-off-by: Konrad Zapalowicz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index 68ff1161e677..d58aaa067f4d 100644 --- a/drivers/staging/dgnc/dgnc_neo.c +++ b/drivers/staging/dgnc/dgnc_neo.c @@ -34,7 +34,7 @@ #include /* For jiffies, task states */ #include /* For tasklet and interrupt structs/defines */ #include /* For udelay */ -#include /* For read[bwl]/write[bwl] */ +#include /* For read[bwl]/write[bwl] */ #include /* For struct async_serial */ #include /* For the various UART offsets */