Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm/dist/shared-core Mark mach64_set_dma_eo...



details:   https://anonhg.NetBSD.org/src/rev/61e1557693f8
branches:  trunk
changeset: 789962:61e1557693f8
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Sep 14 12:39:28 2013 +0000

description:
Mark mach64_set_dma_eol as unused.

diffstat:

 sys/external/bsd/drm/dist/shared-core/mach64_dma.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b8d387611b10 -r 61e1557693f8 sys/external/bsd/drm/dist/shared-core/mach64_dma.c
--- a/sys/external/bsd/drm/dist/shared-core/mach64_dma.c        Sat Sep 14 12:39:09 2013 +0000
+++ b/sys/external/bsd/drm/dist/shared-core/mach64_dma.c        Sat Sep 14 12:39:28 2013 +0000
@@ -563,7 +563,7 @@
  *
  * \sa mach64_clear_dma_eol
  */ 
-static __inline__ void mach64_set_dma_eol(volatile u32 *addr)
+static __inline__ __unused void mach64_set_dma_eol(volatile u32 *addr)
 {
 #if defined(__i386__)
        int nr = 31;



Home | Main Index | Thread Index | Old Index