summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/meye.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/meye.h')
-rw-r--r--linux/drivers/media/video/meye.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/meye.h b/linux/drivers/media/video/meye.h
index d6306af94..fdba6226e 100644
--- a/linux/drivers/media/video/meye.h
+++ b/linux/drivers/media/video/meye.h
@@ -255,7 +255,11 @@
/****************************************************************************/
/* Sony Programmable I/O Controller for accessing the camera commands */
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,21)
+#include <linux/sony-laptop.h>
+#else
#include <linux/sonypi.h>
+#endif
/* private API definitions */
#include <linux/meye.h>