BKL: remove extraneous #include <smp_lock.h>
[pandora-kernel.git] / net / irda / irnet / irnet_ppp.c
index 0993bd4..7c567b8 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <linux/sched.h>
 #include <linux/slab.h>
-#include <linux/smp_lock.h>
 #include "irnet_ppp.h"         /* Private header */
 /* Please put other headers in irnet.h - Thanks */
 
@@ -664,7 +663,7 @@ dev_irnet_ioctl(
       if((val == N_SYNC_PPP) || (val == N_PPP))
        {
          DEBUG(FS_INFO, "Entering PPP discipline.\n");
-         /* PPP channel setup (ap->chan in configued in dev_irnet_open())*/
+         /* PPP channel setup (ap->chan in configured in dev_irnet_open())*/
          if (mutex_lock_interruptible(&ap->lock))
                  return -EINTR;