Skip to content

Commit

Permalink
staging: ipack: Rename bridges to carriers.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jens Taprogge authored and Greg Kroah-Hartman committed Oct 19, 2012
1 parent 341c92d commit 052c4cf
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/ipack/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/ipack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
obj-$(CONFIG_IPACK_BUS) += ipack.o
obj-y += devices/
obj-y += bridges/
obj-y += carriers/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 052c4cf

Please sign in to comment.