Browse Source

Staging: ipack: move the devices source line in Kconfig file

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>
Samuel Iglesias Gonsalvez 13 years ago
parent
commit
fc36f0730b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/staging/ipack/Kconfig

+ 2 - 2
drivers/staging/ipack/Kconfig

@@ -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