From: Jean Delvare Date: Mon, 3 Mar 2008 10:48:43 +0000 (+0100) Subject: HID: fix build failure in hiddev_ioctl with gcc 3.2 X-Git-Tag: v2.6.26-rc1~1107^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2a299e48cbeb6c942e1f765b92ca6058355f68;p=pandora-kernel.git HID: fix build failure in hiddev_ioctl with gcc 3.2 Fix build failure in hiddev_ioctl with gcc 3.2: http://bugzilla.kernel.org/show_bug.cgi?id=10121 The trick is to move the handling of ioctls which need to allocate memory to separate functions. Signed-off-by: Jean Delvare Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed