Skip to content

Commit 9e4e2ce

Browse files
committed
parisc/serial: Rename 8250_gsc.c to 8250_parisc.c
The file name of this driver is misleading - it handles various serial ports on parisc machines, not just such on the GSC bus. Rename the file to make this clearer. Suggested-by: Mikulas Patocka <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent e8a18e3 commit 9e4e2ce

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

drivers/tty/serial/8250/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ config SERIAL_8250_CONSOLE
116116

117117
If unsure, say N.
118118

119-
config SERIAL_8250_GSC
119+
config SERIAL_8250_PARISC
120120
tristate
121121
depends on SERIAL_8250 && PARISC
122122
default SERIAL_8250

drivers/tty/serial/8250/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ obj-$(CONFIG_SERIAL_8250) += 8250.o 8250_base.o
1212
8250_base-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o
1313
8250_base-$(CONFIG_SERIAL_8250_DWLIB) += 8250_dwlib.o
1414
8250_base-$(CONFIG_SERIAL_8250_FINTEK) += 8250_fintek.o
15-
obj-$(CONFIG_SERIAL_8250_GSC) += 8250_gsc.o
15+
obj-$(CONFIG_SERIAL_8250_PARISC) += 8250_parisc.o
1616
obj-$(CONFIG_SERIAL_8250_PCI) += 8250_pci.o
1717
obj-$(CONFIG_SERIAL_8250_EXAR) += 8250_exar.o
1818
obj-$(CONFIG_SERIAL_8250_HP300) += 8250_hp300.o

0 commit comments

Comments
 (0)