Skip to content

Commit 2255702

Browse files
committed
Merge tag 'mn10300-for-linus-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull mn10300 fix from Guenter Roeck: "A single patch to fix mn10300 build failures" * tag 'mn10300-for-linus-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: mn10300: Select CONFIG_HAVE_UID16 to fix build failure
2 parents 9e5d25e + c86576e commit 2255702

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/mn10300/Kconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
config MN10300
22
def_bool y
33
select HAVE_OPROFILE
4+
select HAVE_UID16
45
select GENERIC_IRQ_SHOW
56
select ARCH_WANT_IPC_PARSE_VERSION
67
select HAVE_ARCH_TRACEHOOK
@@ -37,9 +38,6 @@ config HIGHMEM
3738
config NUMA
3839
def_bool n
3940

40-
config UID16
41-
def_bool y
42-
4341
config RWSEM_GENERIC_SPINLOCK
4442
def_bool y
4543

0 commit comments

Comments
 (0)