summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Smith <ashley@eclipso.ch>2014-03-13 18:15:05 -0400
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>2014-03-16 18:05:44 -0700
commita7e4be9d0e7afc04dc13bbb99a5d7c44187b3e24 (patch)
tree08d1c6c3f28d487d47d4ccc1aa76f64b7689cb6e
parent0cb6dfd710b00865258d1a70e9b62f3343a81b68 (diff)
staging: bcm: Replace <asm/uaccess.h> by <linux/uaccess.h>
This patch fixes the checkpatch warning to include <linux/uaccess.h> instead of <asm/uaccess.h>. Signed-off-by: Ashley Smith <ashley@eclipso.ch> Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
-rw-r--r--drivers/staging/bcm/headers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/headers.h b/drivers/staging/bcm/headers.h
index 7fd21c6923cb..6f3270cc4176 100644
--- a/drivers/staging/bcm/headers.h
+++ b/drivers/staging/bcm/headers.h
@@ -34,7 +34,7 @@
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/usb.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <net/ip.h>
#include "Typedefs.h"