aboutsummaryrefslogtreecommitdiff
path: root/driver/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/main.h')
-rw-r--r--driver/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/main.h b/driver/main.h
index 77ebad5..059f277 100644
--- a/driver/main.h
+++ b/driver/main.h
@@ -1,9 +1,9 @@
#pragma once
-#include <linux/of.h>
-#include <linux/platform_device.h>
+#include <linux/i2c.h>
-#include "platform.h"
+int lork_probe(struct i2c_client *);
+void lork_remove(struct i2c_client *);
static const struct of_device_id lork_match[] = {
{ .compatible = "lork-i2c" },