From: Imre Deak Date: Wed, 1 Mar 2006 11:18:16 +0000 (+0200) Subject: omapfb: fix IOCTL parameter types X-Git-Tag: v2.6.16-omap1~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=108f6c0f6e2cdddfe6070e851a4f3fbcadbb0b0c;p=pandora-kernel.git omapfb: fix IOCTL parameter types IOCTL parameters shouldn't be of an enum type, replace them with int. This also fixes up the places where u8, u16, u32 was used instead of __u8, __u16, __u32 for things used by user space. This solves a bug for IOCTL code mismatch between kernel and user space because the toolchains used generated different value for sizeof(enum xxx) and this size is encoded in the IOCTL code. Signed-off-by: Imre Deak Signed-off-by: Juha Yrjölä --- Reading git-diff-tree failed