diff options
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 2012-05-11 04:17:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-14 16:41:28 -0400 |
commit | 3ea83b5dd211d83883eb651cc60be62a4a198c1c (patch) | |
tree | a34297224a51091b671f77d32f0a1689b192cc24 /drivers | |
parent | 196b59c1a23a683b808a7b8100257dd9b6478a1e (diff) |
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 <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 781cb98597ca..d6417d118a9b 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig | |||
@@ -24,8 +24,6 @@ menuconfig STAGING | |||
24 | 24 | ||
25 | if STAGING | 25 | if STAGING |
26 | 26 | ||
27 | source "drivers/staging/ipack/Kconfig" | ||
28 | |||
29 | source "drivers/staging/et131x/Kconfig" | 27 | source "drivers/staging/et131x/Kconfig" |
30 | 28 | ||
31 | source "drivers/staging/slicoss/Kconfig" | 29 | source "drivers/staging/slicoss/Kconfig" |
@@ -130,4 +128,6 @@ source "drivers/staging/ramster/Kconfig" | |||
130 | 128 | ||
131 | source "drivers/staging/ozwpan/Kconfig" | 129 | source "drivers/staging/ozwpan/Kconfig" |
132 | 130 | ||
131 | source "drivers/staging/ipack/Kconfig" | ||
132 | |||
133 | endif # STAGING | 133 | endif # STAGING |