staging: comedi: pcl816: remove commented out outb() macro

This macro is commented out, thankfully... Remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2013-11-26 16:42:20 -07:00 committed by Greg Kroah-Hartman
parent d65e5b9d91
commit 11b7f7dc10

View file

@ -48,8 +48,6 @@ Configuration Options:
/* IO space len */ /* IO space len */
#define PCLx1x_RANGE 16 #define PCLx1x_RANGE 16
/* #define outb(x,y) printk("OUTB(%x, 200+%d)\n", x,y-0x200); outb(x,y) */
/* INTEL 8254 counters */ /* INTEL 8254 counters */
#define PCL816_CTR0 4 #define PCL816_CTR0 4
#define PCL816_CTR1 5 #define PCL816_CTR1 5