From: Samuel Iglesias Gonsalvez Date: Fri, 11 May 2012 08:17:10 +0000 (+0200) Subject: Staging: move the position of the ipack source line in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3ea83b5dd211d83883eb651cc60be62a4a198c1c;p=linux.git Staging: move the position of the ipack source line in Kconfig Moved the ipack source line to the proper place, at the end of the list in the staging's Kconfig file. Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 781cb98597ca1..d6417d118a9b2 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -24,8 +24,6 @@ menuconfig STAGING if STAGING -source "drivers/staging/ipack/Kconfig" - source "drivers/staging/et131x/Kconfig" source "drivers/staging/slicoss/Kconfig" @@ -130,4 +128,6 @@ source "drivers/staging/ramster/Kconfig" source "drivers/staging/ozwpan/Kconfig" +source "drivers/staging/ipack/Kconfig" + endif # STAGING