]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib: remove check for AVR32 arch in test_user_copy
authorHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Mon, 1 May 2017 07:33:20 +0000 (09:33 +0200)
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Mon, 1 May 2017 07:36:30 +0000 (09:36 +0200)
The AVR32 architecture support has been removed from the Linux kernel,
hence remove all the check for this architecture in test_user_copy.c.

Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
lib/test_user_copy.c

index 1a8d71a685318ca901090805e98f45e12fdde315..4621db801b233009c096452cbcd137d00574ad77 100644 (file)
@@ -31,7 +31,6 @@
  * their capability at compile-time, we just have to opt-out certain archs.
  */
 #if BITS_PER_LONG == 64 || (!(defined(CONFIG_ARM) && !defined(MMU)) && \
-                           !defined(CONFIG_AVR32) &&           \
                            !defined(CONFIG_BLACKFIN) &&        \
                            !defined(CONFIG_M32R) &&            \
                            !defined(CONFIG_M68K) &&            \