diff options
author | Russ Gorby <russ.gorby@intel.com> | 2011-02-07 12:02:32 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-17 11:16:15 -0800 |
commit | 8115be01462f8af2dc22dd65dd28268bb9b8bff6 (patch) | |
tree | 13fe0aff0b735f8a87757a0f5bb8e1e084e882d5 /drivers/tty/serial/ifx6x60.h | |
parent | 2aff8d90a073e5a07e1ff5a94779d6a21fb72dd2 (diff) | |
download | kernel-common-8115be01462f8af2dc22dd65dd28268bb9b8bff6.tar.gz kernel-common-8115be01462f8af2dc22dd65dd28268bb9b8bff6.tar.bz2 kernel-common-8115be01462f8af2dc22dd65dd28268bb9b8bff6.zip |
serial: ifx6x60: minor cleanup
renamed spi_driver variable to not be h/w specific
set driver name to use DRVNAME define
removed commented-out define
Signed-off-by: Russ Gorby <russ.gorby@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/ifx6x60.h')
-rw-r--r-- | drivers/tty/serial/ifx6x60.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/ifx6x60.h b/drivers/tty/serial/ifx6x60.h index 0ec39b58ccc4..e8464baf9e75 100644 --- a/drivers/tty/serial/ifx6x60.h +++ b/drivers/tty/serial/ifx6x60.h @@ -29,8 +29,6 @@ #define DRVNAME "ifx6x60" #define TTYNAME "ttyIFX" -/* #define IFX_THROTTLE_CODE */ - #define IFX_SPI_MAX_MINORS 1 #define IFX_SPI_TRANSFER_SIZE 2048 #define IFX_SPI_FIFO_SIZE 4096 |