[PATCH 1/7] Staging: move the position of the ipack source line in Kconfig

From: Samuel Iglesias Gonsalvez
Date: Fri May 11 2012 - 04:18:47 EST


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 <siglesias@xxxxxxxxxx>
---
drivers/staging/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 781cb98..d6417d11 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
--
1.7.10

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/