summaryrefslogtreecommitdiff
path: root/chip/nrf51/i2c.c
diff options
context:
space:
mode:
authorAnton Staaf <robotboy@chromium.org>2015-08-31 11:13:39 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-08 10:38:20 -0700
commit4876ab900b469d7fc92e1cb079d86262f34b9e01 (patch)
tree3b8a9889c4ef9bec55670a301b8f98e8ce939287 /chip/nrf51/i2c.c
parent84ed699ac98f7aab6556b806092bc6f8b501453f (diff)
downloadchrome-ec-4876ab900b469d7fc92e1cb079d86262f34b9e01.tar.gz
I2C: Remove unused arbitration support
The i2c_claim and i2c_release routines are no longer in use, removing this code removes one odd usecase of the panic printing routines. Signed-off-by: Anton Staaf <robotboy@chromium.org> BRANCH=None BUG=None TEST=make buildall -j Change-Id: I76c1d90738e1e39b4b3226c31085513a20bbd769 Reviewed-on: https://chromium-review.googlesource.com/296732 Commit-Ready: Anton Staaf <robotboy@chromium.org> Tested-by: Anton Staaf <robotboy@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'chip/nrf51/i2c.c')
-rw-r--r--chip/nrf51/i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/chip/nrf51/i2c.c b/chip/nrf51/i2c.c
index 668f4c6863..11d90ba05a 100644
--- a/chip/nrf51/i2c.c
+++ b/chip/nrf51/i2c.c
@@ -9,7 +9,6 @@
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
-#include "i2c_arbitration.h"
#include "registers.h"
#include "task.h"
#include "timer.h"