From: GOTO Masanori Date: Wed, 29 Jun 2005 03:45:04 +0000 (-0700) Subject: [PATCH] headers: include linux/compiler.h for __user X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3607d1dfc80dcfbd3a6f236c70aa0d8eb7292278;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [PATCH] headers: include linux/compiler.h for __user This patch lets i2c-dev.h include linux/compiler.h so that __user is defined. Signed-off-by: GOTO Masanori Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/i2c-dev.h b/include/linux/i2c-dev.h index d228230ffe5..54169567976 100644 --- a/include/linux/i2c-dev.h +++ b/include/linux/i2c-dev.h @@ -25,6 +25,7 @@ #define _LINUX_I2C_DEV_H #include +#include /* Some IOCTL commands are defined in */ /* Note: 10-bit addresses are NOT supported! */