Skip to content

Commit

Permalink
Staging: ipack: move the devices source line in Kconfig file
Browse files Browse the repository at this point in the history
Maintain the proper order of definitions in Kconfig following the time order of
the commits.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Samuel Iglesias Gonsalvez authored and Greg Kroah-Hartman committed May 14, 2012
1 parent 3ea83b5 commit fc36f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/ipack/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ menuconfig IPACK_BUS

if IPACK_BUS

source "drivers/staging/ipack/devices/Kconfig"

source "drivers/staging/ipack/bridges/Kconfig"

source "drivers/staging/ipack/devices/Kconfig"

endif # IPACK

0 comments on commit fc36f07

Please sign in to comment.