diff options
author | malattia@linux.it <malattia@linux.it> | 2007-04-28 23:36:26 +0900 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-28 22:06:02 -0400 |
commit | cbefb762b67fa6d3eb2a48ae3380358a940e8c9d (patch) | |
tree | 6c0488d77c136ad80978ebedeb73d24f29b09082 /drivers/media/video/meye.h | |
parent | 1ce82c14d06ff68380d7c647f768858e077930c5 (diff) |
meye: make meye use sony-laptop instead of sonypi
Change sonypi_camera_command() calls to sony_pic_camera_command() and use
the renamed macros.
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/media/video/meye.h')
-rw-r--r-- | drivers/media/video/meye.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/meye.h b/drivers/media/video/meye.h index ea107cb5c84..323d0074120 100644 --- a/drivers/media/video/meye.h +++ b/drivers/media/video/meye.h @@ -255,7 +255,7 @@ /****************************************************************************/ /* Sony Programmable I/O Controller for accessing the camera commands */ -#include <linux/sonypi.h> +#include <linux/sony-laptop.h> /* private API definitions */ #include <linux/meye.h> |