Include version.h header file as detected by versioncheck.

Signed-off-by: Sachin Kamat <sachin.ka...@linaro.org>
---
 drivers/staging/dgap/dgap_kcompat.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/dgap/dgap_kcompat.h 
b/drivers/staging/dgap/dgap_kcompat.h
index 8ebf4b7..f21c8d7 100644
--- a/drivers/staging/dgap/dgap_kcompat.h
+++ b/drivers/staging/dgap/dgap_kcompat.h
@@ -28,6 +28,8 @@
 #ifndef __DGAP_KCOMPAT_H
 #define __DGAP_KCOMPAT_H
 
+#include <linux/version.h>
+
 # ifndef KERNEL_VERSION
 #  define KERNEL_VERSION(a,b,c)  (((a) << 16) + ((b) << 8) + (c))
 # endif
-- 
1.7.9.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to