aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2012-11-27 11:28:44 +0530
committerAnton Vorontsov <anton@enomsg.org>2013-01-05 18:39:56 -0800
commitd8ecb67581d342569115d62bad0be3b8294eb48b (patch)
tree9664ee8006ac22eba7b7d6ff31e95d537dcaa7a0 /drivers/power
parentMerge branch 'ab8500-from-Rajanikanth' (diff)
downloadlinux-dev-d8ecb67581d342569115d62bad0be3b8294eb48b.tar.xz
linux-dev-d8ecb67581d342569115d62bad0be3b8294eb48b.zip
bq2415x_charger: Remove unneeded version.h inclusion
<linux/version.h> is not required here. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/bq2415x_charger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/bq2415x_charger.c b/drivers/power/bq2415x_charger.c
index ee842b37f462..2d1b568b29e3 100644
--- a/drivers/power/bq2415x_charger.c
+++ b/drivers/power/bq2415x_charger.c
@@ -28,7 +28,6 @@
* http://www.ti.com/product/bq24155
*/
-#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/param.h>