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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61c54d20d16f098823058b07b399ac5b716ea5ba;p=mv-sheeva.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 ec10629a0b0..f5019d58212 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"