diff options
| author | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
| commit | b74b953b998bcc2db91b694446f3a2619ec32de6 (patch) | |
| tree | 6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /include/linux/matroxfb.h | |
| parent | abb438526201c6a79949ad45375c051b6681c253 (diff) | |
| parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) | |
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c
(commit eda603f).
Diffstat (limited to 'include/linux/matroxfb.h')
| -rw-r--r-- | include/linux/matroxfb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/matroxfb.h b/include/linux/matroxfb.h index 2203121a43e9..8c22a8938642 100644 --- a/include/linux/matroxfb.h +++ b/include/linux/matroxfb.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #include <asm/ioctl.h> | 4 | #include <asm/ioctl.h> |
| 5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
| 6 | #include <linux/videodev2.h> | 6 | #include <linux/videodev2.h> |
| 7 | #include <linux/fb.h> | ||
| 7 | 8 | ||
| 8 | struct matroxioc_output_mode { | 9 | struct matroxioc_output_mode { |
| 9 | __u32 output; /* which output */ | 10 | __u32 output; /* which output */ |
| @@ -37,7 +38,5 @@ enum matroxfb_ctrl_id { | |||
| 37 | MATROXFB_CID_LAST | 38 | MATROXFB_CID_LAST |
| 38 | }; | 39 | }; |
| 39 | 40 | ||
| 40 | #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) | ||
| 41 | |||
| 42 | #endif | 41 | #endif |
| 43 | 42 | ||
