diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-10-09 08:15:28 +0200 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2008-10-09 08:15:28 +0200 |
commit | a0bbd5abf076e4b1c354f348f79bc2baf9b031b5 (patch) | |
tree | 33f925054499baf522911842da9a64221d8217a4 /linux/drivers/media/video/gspca/m5602/m5602_ov9650.h | |
parent | 59bd3f15af822cf71839e0cfc59f5979b6e2e6c7 (diff) | |
parent | ceadf20dadce549bd38cba5913f04e4af0db4e9c (diff) | |
download | mediapointer-dvb-s2-a0bbd5abf076e4b1c354f348f79bc2baf9b031b5.tar.gz mediapointer-dvb-s2-a0bbd5abf076e4b1c354f348f79bc2baf9b031b5.tar.bz2 |
merge: v4l-dvb
Diffstat (limited to 'linux/drivers/media/video/gspca/m5602/m5602_ov9650.h')
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/m5602_ov9650.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h index 70429b411..f5830a0f7 100644 --- a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h +++ b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.h @@ -466,7 +466,11 @@ static const unsigned char power_down_ov9650[][3] = /* Vertically and horizontally flips the image if matched, needed for machines where the sensor is mounted upside down */ -static const struct dmi_system_id ov9650_flip_dmi_table[] = { +static +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 24) + const +#endif + struct dmi_system_id ov9650_flip_dmi_table[] = { { .ident = "ASUS A6VC", .matches = { |