Commit 48f658bb authored by Takanori Suzuki's avatar Takanori Suzuki Committed by Greg Kroah-Hartman

Staging: panel: change asm/uaccess.h to linux/uaccess.h

This patch replaces <asm/uaccess.h> with <linux/uaccess.h> to comply with
the checkpatch.pl hint.
Signed-off-by: default avatarTakanori Suzuki <mail.tks@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b63eaed0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment