Commit 11b7f7dc authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

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

This macro is commented out, thankfully... Remove it.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d65e5b9d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment