]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ssu100: remove duplicate #defines in ssu100
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 5 Aug 2010 21:01:07 +0000 (17:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Aug 2010 03:50:15 +0000 (20:50 -0700)
commit546a3f0cf48a11c7f933f69a2c3fe333403cf832
tree3bbe3adb4561aa3889b56e5bd624cd133edb6290
parent07a4cd33f710eb666c77d6f668cda926f8802d14
USB: ssu100: remove duplicate #defines in ssu100

The ssu100 uses a TI16C550C UART so the SERIAL_ defines in this code
are duplicates of those found in serial_reg.h.  Remove the defines in
ssu100.c and use the ones in the header file.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ssu100.c