mirror of https://gitee.com/openkylin/linux.git
staging: ipack: Rename bridges to carriers.
This is the name used by the standard. Signed-off-by: Jens Taprogge <jens.taprogge@taprogge.org> Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
341c92d74b
commit
052c4cfc92
|
@ -14,7 +14,7 @@ menuconfig IPACK_BUS
|
|||
|
||||
if IPACK_BUS
|
||||
|
||||
source "drivers/staging/ipack/bridges/Kconfig"
|
||||
source "drivers/staging/ipack/carriers/Kconfig"
|
||||
|
||||
source "drivers/staging/ipack/devices/Kconfig"
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
#
|
||||
obj-$(CONFIG_IPACK_BUS) += ipack.o
|
||||
obj-y += devices/
|
||||
obj-y += bridges/
|
||||
obj-y += carriers/
|
||||
|
|
Loading…
Reference in New Issue