summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-07-22 10:59:01 -0400
committerKeith Packard <keithp@keithp.com>2014-07-28 12:18:24 -0700
commit8002b1a8cb18ecc6526e8ebfd769767f8991ebd6 (patch)
tree3a5f576bb4f6a7a55b6e61fd40a4b0f368602655
parent5f5af5d6692b625f6231c8bca3ac801f2ac75717 (diff)
xfree86: Remove a few random ppc decls
Whatever these are, they're not something grep can find, they must not be used. Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/xfree86/common/compiler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
index 5cc8eb0c0..c786868ca 100644
--- a/hw/xfree86/common/compiler.h
+++ b/hw/xfree86/common/compiler.h
@@ -143,10 +143,6 @@ extern _X_EXPORT void xf86WriteMmio32LeNB (void *, unsigned long, unsigned int);
#if defined(__powerpc__) && !defined(__OpenBSD__)
extern void mem_barrier(void);
extern void write_mem_barrier(void);
-extern void stl_brx(unsigned long, volatile unsigned char *, int);
-extern void stw_brx(unsigned short, volatile unsigned char *, int);
-extern unsigned long ldl_brx(volatile unsigned char *, int);
-extern unsigned short ldw_brx(volatile unsigned char *, int);
#endif /* __powerpc__ && !__OpenBSD */
#endif /* NO_INLINE || DO_PROTOTYPES */