diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-02-15 18:21:06 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-16 02:26:17 (GMT) |
commit | a1883f3f5ac5350e8e9c73dadc37b0b0ed62696e (patch) | |
tree | 321a39d1fda29da660987cf769883d5d76ab1d85 | |
parent | 8a7b2b18154f0e18d1214e882d5862a9e1f90b4a (diff) | |
download | linux-a1883f3f5ac5350e8e9c73dadc37b0b0ed62696e.tar.xz |
staging: sm750fb: Remove inclusion of header file
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/sm750fb/sm750_hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/sm750_hw.c b/drivers/staging/sm750fb/sm750_hw.c index 01850bf..807d992 100644 --- a/drivers/staging/sm750fb/sm750_hw.c +++ b/drivers/staging/sm750fb/sm750_hw.c @@ -1,4 +1,3 @@ -#include <linux/version.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> |