Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@xxxxxxxxx> --- services/server/env/linux/pvr_uaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/server/env/linux/pvr_uaccess.h b/services/server/env/linux/pvr_uaccess.h index 74ddc58..382cca4 100644 --- a/services/server/env/linux/pvr_uaccess.h +++ b/services/server/env/linux/pvr_uaccess.h @@ -42,7 +42,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __PVR_UACCESS_H__ #define __PVR_UACCESS_H__ -#include <asm/uaccess.h> +#include <linux/uaccess.h> static inline unsigned long pvr_copy_to_user(void __user *pvTo, const void *pvFrom, unsigned long ulBytes) { -- 2.7.4