summaryrefslogtreecommitdiff
path: root/lwis_periodic_io.h
diff options
context:
space:
mode:
authorEdmond Chung <edmondchung@google.com>2021-12-24 02:08:48 +0000
committerEdmond Chung <edmondchung@google.com>2021-12-24 02:12:46 +0000
commit96282377fdf4af4f95d111fca0ae3ff0340cba5b (patch)
tree0dc61dd78e725149a80bbe370c236435b3984fd1 /lwis_periodic_io.h
parentd627390b4701c4051da0ef1f47455ea7bf7e791f (diff)
downloadlwis-96282377fdf4af4f95d111fca0ae3ff0340cba5b.tar.gz
Revert "LWIS: Implement memory allocator for reuse"
This reverts commit 65c942bb710b2a16ff003b060b573a05fb2e80d1. Reason for revert: Kernel panic on kvfree Bug: 211924245 Signed-off-by: Edmond Chung <edmondchung@google.com> Change-Id: Ie35f48c81f8f43d0be1d0edf2cc79937276eef52
Diffstat (limited to 'lwis_periodic_io.h')
-rw-r--r--lwis_periodic_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwis_periodic_io.h b/lwis_periodic_io.h
index dbec999..fc7f551 100644
--- a/lwis_periodic_io.h
+++ b/lwis_periodic_io.h
@@ -81,6 +81,6 @@ int lwis_periodic_io_client_flush(struct lwis_client *client);
int lwis_periodic_io_client_cleanup(struct lwis_client *client);
int lwis_periodic_io_submit(struct lwis_client *client, struct lwis_periodic_io *periodic_io);
int lwis_periodic_io_cancel(struct lwis_client *client, int64_t id);
-void lwis_periodic_io_free(struct lwis_device *lwis_dev, struct lwis_periodic_io *periodic_io);
+void lwis_periodic_io_free(struct lwis_periodic_io *periodic_io);
#endif /* LWIS_PERIODIC_IO_H_ */ \ No newline at end of file