Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/amlogic amlogic_genfb_hdmi_write_4 is currently...
details: https://anonhg.NetBSD.org/src/rev/84d1090b7ab6
branches: trunk
changeset: 336895:84d1090b7ab6
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Mar 26 16:26:35 2015 +0000
description:
amlogic_genfb_hdmi_write_4 is currently unused, mark it as such.
diffstat:
sys/arch/arm/amlogic/amlogic_genfb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 276535d908e9 -r 84d1090b7ab6 sys/arch/arm/amlogic/amlogic_genfb.c
--- a/sys/arch/arm/amlogic/amlogic_genfb.c Thu Mar 26 16:19:26 2015 +0000
+++ b/sys/arch/arm/amlogic/amlogic_genfb.c Thu Mar 26 16:26:35 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amlogic_genfb.c,v 1.3 2015/03/22 16:23:26 jmcneill Exp $ */
+/* $NetBSD: amlogic_genfb.c,v 1.4 2015/03/26 16:26:35 joerg Exp $ */
/*-
* Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amlogic_genfb.c,v 1.3 2015/03/22 16:23:26 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amlogic_genfb.c,v 1.4 2015/03/26 16:26:35 joerg Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -135,7 +135,7 @@
return bus_space_read_4(sc->sc_bst, sc->sc_hdmi_bsh, HDMI_DATA_REG);
}
-static inline void
+static __unused inline void
amlogic_genfb_hdmi_write_4(struct amlogic_genfb_softc *sc, uint32_t addr,
uint32_t data)
{
Home |
Main Index |
Thread Index |
Old Index