From 8406bb5944940a8830b37b97584dda3208a3d07d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Mar 2015 02:55:08 -0400 Subject: sim: dv-sockser: push module init prototype down Pull out the duplicated dv_sockser_install prototype from the tconfig.in files and put it in the one place it gets used -- sim-module.c. This is still arguably incorrect, but it's better than the status quo where the tconfig.in has to include header files and duplicate the dv-sockser func. The tconfig header is meant to be simple and contain a target defines. --- sim/frv/ChangeLog | 4 ++++ sim/frv/tconfig.in | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'sim/frv') diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index d54bb94..d178047 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,3 +1,7 @@ +2015-03-15 Mike Frysinger + + * tconfig.in [HAVE_DV_SOCKSER]: Delete. + 2015-03-14 Mike Frysinger * Makefile.in (SIM_RUN_OBJS): Delete. diff --git a/sim/frv/tconfig.in b/sim/frv/tconfig.in index a53ad23..b31043c 100644 --- a/sim/frv/tconfig.in +++ b/sim/frv/tconfig.in @@ -13,12 +13,6 @@ /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 1 -/* FIXME: Revisit. */ -#ifdef HAVE_DV_SOCKSER -MODULE_INSTALL_FN dv_sockser_install; -#define MODULE_LIST dv_sockser_install, -#endif - #if 0 /* Enable watchpoints. */ #define WITH_WATCHPOINTS 1 -- cgit v1.1