]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/parport/share.c
[POWERPC] remove unused io accessors
[karo-tx-linux.git] / drivers / parport / share.c
index bbbfd79adbafc84788d02003703e4238d15735ba..94dc506b83d13ea2089105f709c9bbd62d102c10 100644 (file)
@@ -17,7 +17,6 @@
 
 #undef PARPORT_DEBUG_SHARING           /* undef for production */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/string.h>
 #include <linux/threads.h>
@@ -218,7 +217,7 @@ static void free_port (struct parport *port)
  *     parport_get_port - increment a port's reference count
  *     @port: the port
  *
- *     This ensure's that a struct parport pointer remains valid
+ *     This ensures that a struct parport pointer remains valid
  *     until the matching parport_put_port() call.
  **/