summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/bridgedma-soft/src
diff options
context:
space:
mode:
authorlaranjeiro2009-02-09 13:36:40 +0000
committerlaranjeiro2009-02-09 13:36:40 +0000
commit384f123ae09ed70b0a13a0de186a48ca7abc74ad (patch)
tree75c8eca602f680563e99414b7ee32120604cb1d4 /cesar/hal/phy/test/bridgedma-soft/src
parent47ea12630885495a666e809d3583f2d2f6420c71 (diff)
cesar: Removed the use of the read_word library except in the SAR module. (Closes #278).
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3946 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/test/bridgedma-soft/src')
-rw-r--r--cesar/hal/phy/test/bridgedma-soft/src/bridgedma-crc-test.c1
-rw-r--r--cesar/hal/phy/test/bridgedma-soft/src/bridgedma-init-test.c1
-rw-r--r--cesar/hal/phy/test/bridgedma-soft/src/bridgedma-rx-test.c1
-rw-r--r--cesar/hal/phy/test/bridgedma-soft/src/bridgedma-tx-test.c1
-rw-r--r--cesar/hal/phy/test/bridgedma-soft/src/data.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-crc-test.c b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-crc-test.c
index 8f90d5e050..c42bd975c4 100644
--- a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-crc-test.c
+++ b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-crc-test.c
@@ -20,7 +20,6 @@
#include "lib/test.h"
#include "lib/list.h"
-#include "lib/read_word.h"
#include "lib/bitstream.h"
#include "hal/phy/inc/bridgedma.h"
diff --git a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-init-test.c b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-init-test.c
index e789682e80..d228179036 100644
--- a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-init-test.c
+++ b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-init-test.c
@@ -20,7 +20,6 @@
#include "lib/test.h"
#include "lib/list.h"
-#include "lib/read_word.h"
#include "lib/bitstream.h"
#include "hal/phy/inc/bridgedma.h"
diff --git a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-rx-test.c b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-rx-test.c
index 7db523ed24..890ac8a4db 100644
--- a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-rx-test.c
+++ b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-rx-test.c
@@ -20,7 +20,6 @@
#include "lib/test.h"
#include "lib/list.h"
-#include "lib/read_word.h"
#include "lib/bitstream.h"
#include "hal/phy/inc/bridgedma.h"
diff --git a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-tx-test.c b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-tx-test.c
index 32b43b4244..acaf6c27ac 100644
--- a/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-tx-test.c
+++ b/cesar/hal/phy/test/bridgedma-soft/src/bridgedma-tx-test.c
@@ -20,7 +20,6 @@
#include "lib/test.h"
#include "lib/list.h"
-#include "lib/read_word.h"
#include "lib/bitstream.h"
#include "hal/phy/inc/bridgedma.h"
diff --git a/cesar/hal/phy/test/bridgedma-soft/src/data.c b/cesar/hal/phy/test/bridgedma-soft/src/data.c
index 20a7170cfb..636bf51fce 100644
--- a/cesar/hal/phy/test/bridgedma-soft/src/data.c
+++ b/cesar/hal/phy/test/bridgedma-soft/src/data.c
@@ -20,7 +20,6 @@
#include "lib/test.h"
#include "lib/list.h"
-#include "lib/read_word.h"
#include "hal/phy/inc/bridgedma.h"
#include "hal/phy/inc/bridgedma_proto.h"