diff options
-rw-r--r-- | v4l/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 19d648d5e..a4f66eee2 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -313,6 +313,8 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id) #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) # define PCIAGP_FAIL 0 + +#define vmalloc_32_user(a) vmalloc_32(a) #endif #ifndef true |