From 78229db4c4f78f27ecf772fe7489a70530ba9862 Mon Sep 17 00:00:00 2001
From: Arnd Bergmann <arnd@arndb.de>
Date: Fri, 19 Jun 2009 11:22:30 +0200
Subject: [PATCH] score: remove __{put,get}_user_unknown

The point of these extern declarations is to provoke a link
error, so an architecture must not provide a symbol for them.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/score/lib/string.S | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/arch/score/lib/string.S b/arch/score/lib/string.S
index 943d0911ea89..00b7d3a2fc60 100644
--- a/arch/score/lib/string.S
+++ b/arch/score/lib/string.S
@@ -182,15 +182,3 @@ ENTRY(__clear_user)
 99:
 	.word	0b, 99b
 	.previous
-
-	.align	2
-ENTRY(__put_user_unknown)
-	.set volatile
-	ldi	r4, -EFAULT
-	br	r3
-
-	.align	2
-ENTRY(__get_user_unknown)
-	ldi	r5, 0
-	ldi	r4, -EFAULT
-	br	r3
-- 
GitLab