diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-07-25 11:36:50 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-25 12:11:58 -0700 |
commit | c1636ab01b5dc2f331c80ae32ce9416746edac65 (patch) | |
tree | b7d568abda2e58461a74509943fd3d513f67bc61 /drivers/staging/gdm724x | |
parent | 1bf4d4860ed50cb9c0be6ee4fc6de5ffccf1d072 (diff) |
staging: gdm724x: Remove version.h header inclusion in gdm_lte.h
version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm724x')
-rw-r--r-- | drivers/staging/gdm724x/gdm_lte.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/gdm724x/gdm_lte.h b/drivers/staging/gdm724x/gdm_lte.h index 90c9d51fcaf0..9287d310d8e2 100644 --- a/drivers/staging/gdm724x/gdm_lte.h +++ b/drivers/staging/gdm724x/gdm_lte.h @@ -15,7 +15,6 @@ #define _GDM_LTE_H_ #include <linux/netdevice.h> -#include <linux/version.h> #include <linux/types.h> #include "gdm_endian.h" |