diff options
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rw-r--r-- | drivers/Kconfig | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 038f517f90ef..aaa039dee999 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -10176,6 +10176,7 @@ USERSPACE I/O (UIO) | |||
10176 | M: "Hans J. Koch" <hjk@hansjkoch.de> | 10176 | M: "Hans J. Koch" <hjk@hansjkoch.de> |
10177 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 10177 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
10178 | S: Maintained | 10178 | S: Maintained |
10179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git | ||
10179 | F: Documentation/DocBook/uio-howto.tmpl | 10180 | F: Documentation/DocBook/uio-howto.tmpl |
10180 | F: drivers/uio/ | 10181 | F: drivers/uio/ |
10181 | F: include/linux/uio*.h | 10182 | F: include/linux/uio*.h |
diff --git a/drivers/Kconfig b/drivers/Kconfig index 694d5a70d6ce..c70d6e45dc10 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig | |||
@@ -134,8 +134,6 @@ source "drivers/staging/Kconfig" | |||
134 | 134 | ||
135 | source "drivers/platform/Kconfig" | 135 | source "drivers/platform/Kconfig" |
136 | 136 | ||
137 | source "drivers/soc/Kconfig" | ||
138 | |||
139 | source "drivers/clk/Kconfig" | 137 | source "drivers/clk/Kconfig" |
140 | 138 | ||
141 | source "drivers/hwspinlock/Kconfig" | 139 | source "drivers/hwspinlock/Kconfig" |