]> git.baikalelectronics.ru Git - kernel.git/commit
hpet: fix style problems
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Tue, 26 Oct 2010 21:22:13 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:11 +0000 (16:52 -0700)
commitd8cd28f44562c27c491a8ec4856d40b4af605244
tree2b055b87fa4ce314e9deb008e0ba1d1b6954f9e8
parent91499adc21167572a35c42091109a94cd1d9f453
hpet: fix style problems

Fix the following style problems:

WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
ERROR: code indent should use tabs where possible
ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/hpet.c