Commit cc84c606 authored by Alessandro Rubini's avatar Alessandro Rubini

arch-wrpc: undo a previous workaround, now wrpc-sw is fixed

Commit 7373cc02 introduced a workaround for a suboptimal choice in
wrpc-sw about global variables (that were "common").  Commit 9ff25f86
of wrpc-sw fixed it, so this removes the workaround (which, btw,
prevents compilation of ppsi as a submodule of current wrpc-sw).
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 924c95fa
......@@ -8,7 +8,6 @@
*/
#include <stdint.h>
#include <errno.h>
#define __REGS_H
#include <ppsi/ppsi.h>
#include "wrpc.h"
#include "../proto-ext-whiterabbit/wr-api.h"
......
......@@ -2,7 +2,6 @@
* Aurelio Colosimo for CERN, 2012 -- public domain
*/
#define __REGS_H
#include <endpoint.h>
#include <ppsi/ppsi.h>
#include <softpll_ng.h>
......
/*
* Alessandro Rubini for CERN, 2011 -- public domain
*/
#define __REGS_H
#include <ppsi/ppsi.h>
#include "wrpc.h"
#include "uart.h" /* wrpc-sw */
......
/*
* Alessandro Rubini for CERN, 2011 -- GNU LGPL v2.1 or later
*/
#define __REGS_H
#include <ppsi/ppsi.h>
#include "wrpc.h"
#include "ptpdump.h"
......
......@@ -2,7 +2,6 @@
* Alessandro Rubini for CERN, 2013 -- LGPL 2.1 or later
* (Mostly code by Tomasz Wlostowski in wrpc-sw)
*/
#define __REGS_H
#include <ppsi/ppsi.h>
#include "wrpc.h"
#include "pps_gen.h" /* in wrpc-sw */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment