Message ID | 1513350945-2642-3-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Geert Uytterhoeven |
Headers | show |
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) {
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- services/server/env/linux/pvr_uaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)