[media] solo6x10: fix querycap and update driver version
[deliverable/linux.git] / drivers / staging / media / solo6x10 / solo6x10.h
index a75d9395b7b130e7ae1deb7e28ed69368c187929..d8d61deb72372548f52ceae2a78361634cc734a7 100644 (file)
 
 #define SOLO_MAX_CHANNELS              16
 
-/* Make sure these two match */
-#define SOLO6X10_VER_MAJOR             2
-#define SOLO6X10_VER_MINOR             4
-#define SOLO6X10_VER_SUB               4
-#define SOLO6X10_VER_NUM \
-       KERNEL_VERSION(SOLO6X10_VER_MAJOR, SOLO6X10_VER_MINOR, SOLO6X10_VER_SUB)
-#define SOLO6X10_VERSION \
-       __stringify(SOLO6X10_VER_MAJOR) "." \
-       __stringify(SOLO6X10_VER_MINOR) "." \
-       __stringify(SOLO6X10_VER_SUB)
+#define SOLO6X10_VERSION               "3.0.0"
 
 /*
  * The SOLO6x10 actually has 8 i2c channels, but we only use 2.
This page took 0.02621 seconds and 5 git commands to generate.