Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/gumstix Remove not commited header-file and ...
details: https://anonhg.NetBSD.org/src/rev/cc0f3702043c
branches: trunk
changeset: 348379:cc0f3702043c
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sun Oct 16 13:54:28 2016 +0000
description:
Remove not commited header-file and variable.
diffstat:
sys/arch/evbarm/gumstix/gumstix_machdep.c | 12 +-----------
sys/arch/evbarm/gumstix/gxio.c | 5 ++---
2 files changed, 3 insertions(+), 14 deletions(-)
diffs (66 lines):
diff -r f016fa501462 -r cc0f3702043c sys/arch/evbarm/gumstix/gumstix_machdep.c
--- a/sys/arch/evbarm/gumstix/gumstix_machdep.c Sun Oct 16 13:09:57 2016 +0000
+++ b/sys/arch/evbarm/gumstix/gumstix_machdep.c Sun Oct 16 13:54:28 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gumstix_machdep.c,v 1.52 2016/10/15 15:27:18 kiyohara Exp $ */
+/* $NetBSD: gumstix_machdep.c,v 1.53 2016/10/16 13:54:28 kiyohara Exp $ */
/*
* Copyright (C) 2005, 2006, 2007 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -192,7 +192,6 @@
#include <arm/omap/omap3_sdmmcreg.h>
#include <arm/omap/omap_var.h>
#include <arm/omap/omap_com.h>
-#include <arm/omap/tifbvar.h>
#include <arm/xscale/pxa2x0reg.h>
#include <arm/xscale/pxa2x0var.h>
#include <arm/xscale/pxa2x0_gpio.h>
@@ -263,7 +262,6 @@
static char console[16];
#endif
-const struct tifb_panel_info *tifb_panel_info = NULL;
/* Use TPS65217 White LED Driver */
bool use_tps65217_wled = false;
@@ -1166,14 +1164,6 @@
prop_dictionary_set_bool(dict, "dual-volt", dualvolt);
}
if (device_is_a(dev, "tifb")) {
- prop_data_t panel_info;
-
- panel_info = prop_data_create_data_nocopy(tifb_panel_info,
- sizeof(struct tifb_panel_info));
- KASSERT(panel_info != NULL);
- prop_dictionary_set(dict, "panel-info", panel_info);
- prop_object_release(panel_info);
-
/* enable LCD */
omap2_gpio_ctl(59, GPIO_PIN_OUTPUT);
omap2_gpio_write(59, 0); /* reset */
diff -r f016fa501462 -r cc0f3702043c sys/arch/evbarm/gumstix/gxio.c
--- a/sys/arch/evbarm/gumstix/gxio.c Sun Oct 16 13:09:57 2016 +0000
+++ b/sys/arch/evbarm/gumstix/gxio.c Sun Oct 16 13:54:28 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gxio.c,v 1.21 2016/10/15 15:27:18 kiyohara Exp $ */
+/* $NetBSD: gxio.c,v 1.22 2016/10/16 13:54:28 kiyohara Exp $ */
/*
* Copyright (C) 2005, 2006, 2007 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -31,7 +31,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gxio.c,v 1.21 2016/10/15 15:27:18 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gxio.c,v 1.22 2016/10/16 13:54:28 kiyohara Exp $");
#include "opt_cputypes.h"
#include "opt_gumstix.h"
@@ -57,7 +57,6 @@
#endif
#endif
#include <arm/omap/omap_var.h>
-#include <arm/omap/tifbvar.h>
#include <arm/omap/ti_iicreg.h>
#if defined(CPU_XSCALE)
#include <arm/xscale/pxa2x0cpu.h>
Home |
Main Index |
Thread Index |
Old Index