From: Jesper Juhl Date: Sun, 15 Jan 2012 20:26:46 +0000 (+0100) Subject: ab5500-core.c: Don't needlessly include linux/version.h X-Git-Tag: firefly_0821_release~3680^2~2815^2~158 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61c54d20d16f098823058b07b399ac5b716ea5ba;p=firefly-linux-kernel-4.4.55.git ab5500-core.c: Don't needlessly include linux/version.h As 'make versioncheck' so nicely points out, there's no need for drivers/mfd/ab5500-core.c to #include the linux/version.h header. This patch removes the pointless include. Signed-off-by: Jesper Juhl Acked-by: Linus Walleij Signed-off-by: Jiri Kosina --- diff --git a/drivers/mfd/ab5500-core.c b/drivers/mfd/ab5500-core.c index ec10629a0b0b..f5019d582121 100644 --- a/drivers/mfd/ab5500-core.c +++ b/drivers/mfd/ab5500-core.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include "ab5500-core.h"