Skip to content

Commit

Permalink
staging: bcm: Replace <asm/uaccess.h> by <linux/uaccess.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ashley Smith authored and Peter P Waskiewicz Jr committed Mar 17, 2014
1 parent 0cb6dfd commit a7e4be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/bcm/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a7e4be9

Please sign in to comment.