Skip to content

Commit

Permalink
Staging: panel: change asm/uaccess.h to linux/uaccess.h
Browse files Browse the repository at this point in the history
This patch replaces <asm/uaccess.h> with <linux/uaccess.h> to comply with
the checkpatch.pl hint.

Signed-off-by: Takanori Suzuki <mail.tks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Takanori Suzuki authored and Greg Kroah-Hartman committed May 11, 2010
1 parent b63eaed commit 48f658b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/panel/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#include <generated/utsrelease.h>

#include <linux/io.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <asm/system.h>

#define LCD_MINOR 156
Expand Down

0 comments on commit 48f658b

Please sign in to comment.