diff options
-rw-r--r-- | v4l/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 207cd3033..3df844c87 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -49,10 +49,6 @@ # define __pure __attribute__((pure)) #endif -#ifndef I2C_M_IGNORE_NAK -# define I2C_M_IGNORE_NAK 0x1000 -#endif - /* device_create/destroy added in 2.6.18 */ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) /* on older kernels, class_device_create will in turn be a compat macro */ |