diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-08-17 17:36:59 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-23 12:14:12 -0700 |
commit | 7a8fc9b248e77a4eab0613acf30a6811799786b3 (patch) | |
tree | 24b3beb8bc0633db27ffdb791f94dce95d51b1d0 /drivers/rtc | |
parent | d3ee1b405872214609868f3cde631ac157026dd0 (diff) | |
download | linux-3.10-7a8fc9b248e77a4eab0613acf30a6811799786b3.tar.gz linux-3.10-7a8fc9b248e77a4eab0613acf30a6811799786b3.tar.bz2 linux-3.10-7a8fc9b248e77a4eab0613acf30a6811799786b3.zip |
removed unused #include <linux/version.h>'s
This patch lets the files using linux/version.h match the files that
#include it.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-max6902.c | 2 | ||||
-rw-r--r-- | drivers/rtc/rtc-r9701.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/rtc/rtc-max6902.c b/drivers/rtc/rtc-max6902.c index 12f0310ae89..78b2551fb19 100644 --- a/drivers/rtc/rtc-max6902.c +++ b/drivers/rtc/rtc-max6902.c @@ -20,8 +20,6 @@ */ #include <linux/module.h> -#include <linux/version.h> - #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/init.h> diff --git a/drivers/rtc/rtc-r9701.c b/drivers/rtc/rtc-r9701.c index b35f9bfa2af..395985b339c 100644 --- a/drivers/rtc/rtc-r9701.c +++ b/drivers/rtc/rtc-r9701.c @@ -14,7 +14,6 @@ */ #include <linux/module.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/device.h> |