Commit 7382b5cd authored by Sachin Kamat's avatar Sachin Kamat Committed by Greg Kroah-Hartman

staging: gdm724x: Remove version.h header inclusion in gdm_usb.h

version.h header inclusion is not necessary as detected by
versioncheck.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 649bf7f9
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#ifndef _GDM_USB_H_ #ifndef _GDM_USB_H_
#define _GDM_USB_H_ #define _GDM_USB_H_
#include <linux/version.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/usb.h> #include <linux/usb.h>
#include <linux/list.h> #include <linux/list.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment