spi: spidev: Fix checkpatch issue
authorJingoo Han <jg1.han@samsung.com>
Mon, 14 Oct 2013 01:36:54 +0000 (10:36 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 15 Oct 2013 12:15:52 +0000 (13:15 +0100)
commit95c63cfba777bf2154565abbdc61ea970aaa632c
tree6ed8af7d36af971c22222104d5803cb187fbcde9
parent91a92e12baf3c8cc2e353b3a70ddca9f9a59cf02
spi: spidev: Fix checkpatch issue

Fix the following checkpatch warnings.

  WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
  WARNING: braces {} are not necessary for any arm of this statement

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spidev.c