diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-15 05:03:13 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-16 10:14:22 +0900 |
commit | e3a4d1d2de7251d4a00b04f50f6b3d2a1fc0fe5f (patch) | |
tree | bbca13da8dd212a957186d27f40f218bafd7d6f1 /include | |
parent | cc267ec5dfa29eba34cbf4eae3e5db9ca499c179 (diff) |
fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define
This is already defined by linux/fb.h now, so punt the duplicate
definition from the driver header.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/da8xx-fb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/da8xx-fb.h b/include/video/da8xx-fb.h index 6316cdabf73f..89d43b3d4cb9 100644 --- a/include/video/da8xx-fb.h +++ b/include/video/da8xx-fb.h @@ -99,7 +99,6 @@ struct lcd_sync_arg { #define FBIPUT_COLOR _IOW('F', 6, int) #define FBIPUT_HSYNC _IOW('F', 9, int) #define FBIPUT_VSYNC _IOW('F', 10, int) -#define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t) #endif /* ifndef DA8XX_FB_H */ |