From: H Hartley Sweeten Date: Tue, 26 Nov 2013 23:42:20 +0000 (-0700) Subject: staging: comedi: pcl816: remove commented out outb() macro X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=11b7f7dc10fa1e5315bbefa11a2d1a5e1c408429;p=deliverable%2Flinux.git staging: comedi: pcl816: remove commented out outb() macro This macro is commented out, thankfully... Remove it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/pcl816.c b/drivers/staging/comedi/drivers/pcl816.c index 8776c596bad2..e1a59f167d29 100644 --- a/drivers/staging/comedi/drivers/pcl816.c +++ b/drivers/staging/comedi/drivers/pcl816.c @@ -48,8 +48,6 @@ Configuration Options: /* IO space len */ #define PCLx1x_RANGE 16 -/* #define outb(x,y) printk("OUTB(%x, 200+%d)\n", x,y-0x200); outb(x,y) */ - /* INTEL 8254 counters */ #define PCL816_CTR0 4 #define PCL816_CTR1 5