From 3d7e91caf95b8dc7e0d6a19cfa533a077624d164 Mon Sep 17 00:00:00 2001 From: Oliver Endriss Date: Sun, 25 Feb 2007 20:15:28 +0100 Subject: budget-ci: Fixed compilation error for kernel < 2.6.19 From: Oliver Endriss Fix compilation error introduced by changeset 6d08d71cbcfb. Signed-off-by: Oliver Endriss --- v4l/compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'v4l') diff --git a/v4l/compat.h b/v4l/compat.h index 2b2de93a7..c3745b4b1 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -357,6 +357,8 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id) # define PCIAGP_FAIL 0 #define vmalloc_32_user(a) vmalloc_32(a) + +typedef int bool; #endif #ifndef true -- cgit v1.2.3