]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/rio/rioinit.c
Pull cpuidle into release branch
[karo-tx-linux.git] / drivers / char / rio / rioinit.c
index 12e34bc3f7ceadecdfa91d7866e679aa3133f1e6..0794844369d6fcdedda20fae17ddd5d39c21f6e7 100644 (file)
@@ -33,7 +33,6 @@
 static char *_rioinit_c_sccs_ = "@(#)rioinit.c 1.3";
 #endif
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/errno.h>
@@ -223,7 +222,7 @@ int RIOBoardTest(unsigned long paddr, void __iomem *caddr, unsigned char type, i
 ** which value will be written into memory.
 ** Call with op set to zero means that the RAM will not be read and checked
 ** before it is written.
-** Call with op not zero, and the RAM will be read and compated with val[op-1]
+** Call with op not zero and the RAM will be read and compared with val[op-1]
 ** to check that the data from the previous phase was retained.
 */