Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ashley Smith and committed by
Peter P Waskiewicz Jr
a7e4be9d 0cb6dfd7

+1 -1
+1 -1
drivers/staging/bcm/headers.h
··· 34 34 #include <linux/tcp.h> 35 35 #include <linux/udp.h> 36 36 #include <linux/usb.h> 37 - #include <asm/uaccess.h> 37 + #include <linux/uaccess.h> 38 38 #include <net/ip.h> 39 39 40 40 #include "Typedefs.h"