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:
parent
d65e5b9d91
commit
11b7f7dc10
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue