summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-08-08 07:14:44 -0600
committerEvan Lojewski <github@meklort.com>2019-08-08 07:14:44 -0600
commite3247c19fd3c7f0342eb1b093a180f389882d496 (patch)
tree7fa82a6c4983ba8395bc5eb8fbcb6cae2e0e3924 /libs
parent2e4c5ab4b90c20d9cbc5bcc0a7089d3edee80d0c (diff)
downloadbcm5719-ortega-e3247c19fd3c7f0342eb1b093a180f389882d496.tar.gz
bcm5719-ortega-e3247c19fd3c7f0342eb1b093a180f389882d496.zip
ncsi: Make things buidl again. Remove addidental commit.
Diffstat (limited to 'libs')
-rw-r--r--libs/NCSI/ncsi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/NCSI/ncsi.c b/libs/NCSI/ncsi.c
index 5529cc0..4745f9c 100644
--- a/libs/NCSI/ncsi.c
+++ b/libs/NCSI/ncsi.c
@@ -790,13 +790,6 @@ void sendNCSIResponse(uint8_t InstanceID, uint8_t channelID, uint16_t controlID,
NCSI_TxPacket(gResponseFrame.words, packetSize);
}
-#ifndef CXX_SIMULATOR
-
-#include "tg3.h"
-
-struct tg3 gTG3;
-#endif
-
void NCSI_init(void)
{
debug("Resetting channels...\n");
OpenPOWER on IntegriCloud