Skip to content

Commit

Permalink
fsl-diu-fb: drop dead ioctl define
Browse files Browse the repository at this point in the history
The fsl-diu-fb driver no longer uses this define, and we have a common one
to cover this already (FBIO_WAITFORVSYNC).

Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
vapier authored and pmundt committed Nov 15, 2010
1 parent fc5fef5 commit dce1431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/fsl-diu-fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ struct aoi_display_offset {
};

#define MFB_SET_CHROMA_KEY _IOW('M', 1, struct mfb_chroma_key)
#define MFB_WAIT_FOR_VSYNC _IOW('F', 0x20, u_int32_t)
#define MFB_SET_BRIGHTNESS _IOW('M', 3, __u8)

#define MFB_SET_ALPHA 0x80014d00
Expand Down

0 comments on commit dce1431

Please sign in to comment.