forked from Minki/linux
m68knommu: Rename m548x_wdt.c to m54xx_wdt.c
All m548x files were renamed to m54xx, except m548x_wdt.c. Fix that. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
9b9c63ff1f
commit
4157a04d5d
@ -862,12 +862,12 @@ config SBC_EPX_C3_WATCHDOG
|
|||||||
|
|
||||||
# M68K Architecture
|
# M68K Architecture
|
||||||
|
|
||||||
config M548x_WATCHDOG
|
config M54xx_WATCHDOG
|
||||||
tristate "MCF548x watchdog support"
|
tristate "MCF54xx watchdog support"
|
||||||
depends on M548x
|
depends on M548x
|
||||||
help
|
help
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called m548x_wdt.
|
module will be called m54xx_wdt.
|
||||||
|
|
||||||
# MIPS Architecture
|
# MIPS Architecture
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o
|
|||||||
# M32R Architecture
|
# M32R Architecture
|
||||||
|
|
||||||
# M68K Architecture
|
# M68K Architecture
|
||||||
obj-$(CONFIG_M548x_WATCHDOG) += m548x_wdt.o
|
obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o
|
||||||
|
|
||||||
# MIPS Architecture
|
# MIPS Architecture
|
||||||
obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o
|
obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o
|
||||||
|
Loading…
Reference in New Issue
Block a user