summaryrefslogtreecommitdiff
path: root/lwis_transaction.h
diff options
context:
space:
mode:
authorGe Bian <bian@google.com>2020-11-19 13:54:55 -0800
committerGe Bian <bian@google.com>2020-11-19 17:45:28 -0800
commitfeee576a009efd10bfd784ec49faee4542c4ce85 (patch)
tree73fccf718b7ce215b6d10067efc5b79ec5aa1ce4 /lwis_transaction.h
parentc87cead0f190686bbd10516b45031db077a6857f (diff)
downloadlwis-feee576a009efd10bfd784ec49faee4542c4ce85.tar.gz
LWIS: Remove the kernel code to set address bias.
Setting address bias is now handled by the userspace IoEntryBuilder. Remove the old kernel code that's no longer needed. Bug: 170994926 Test: Checked camera app working. CTS only fails testBasicRecording, which is known flaky. Change-Id: I4327004b19d8870ad685ec9ffadf01340bdd8393
Diffstat (limited to 'lwis_transaction.h')
-rw-r--r--lwis_transaction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lwis_transaction.h b/lwis_transaction.h
index 9e48745..203c7cb 100644
--- a/lwis_transaction.h
+++ b/lwis_transaction.h
@@ -45,7 +45,6 @@ struct lwis_transaction_event_list {
struct hlist_node node;
};
-void lwis_entry_bias(struct lwis_io_entry *entry, uint64_t bias);
int lwis_entry_poll(struct lwis_device *lwis_dev, struct lwis_io_entry *entry);
int lwis_transaction_init(struct lwis_client *client);