Skip to content

Commit

Permalink
mfd: Remove unneeded version.h include from ab5500
Browse files Browse the repository at this point in the history
As 'make versioncheck' points out, there's no need for
drivers/mfd/ab5500-core.c to #include <linux/version.h>, so this patch
removes the unneeded include.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Jesper Juhl authored and Samuel Ortiz committed Mar 6, 2012
1 parent 38040c8 commit edcf319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/ab5500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <linux/bitops.h>
#include <linux/spinlock.h>
#include <linux/mfd/core.h>
#include <linux/version.h>
#include <linux/mfd/db5500-prcmu.h>

#include "ab5500-core.h"
Expand Down

0 comments on commit edcf319

Please sign in to comment.