Description: Fix uaccess.h path
 This should be addressed as <linux/uaccess.h>, not <asm/uaccess.h>.
Author: Simon Richter <sjr@debian.org>
Bug-Debian: https://bugs.debian.org/874750
Forwarded: no
Last-Update: 2017-09-17

--- langford-0.0.20130228.orig/langford.h
+++ langford-0.0.20130228/langford.h
@@ -20,7 +20,7 @@
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)
 #include <linux/vmalloc.h>
 #endif
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include "langford_ioctl.h"
 
 
