Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a97f1ed0 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

i2c: Move i2c-isa-only exported symbol declarations



Move the declaration of i2c-isa-only exported symbols to i2c-isa
itself, that's the best way to ensure nobody will attempt to use them.
Hopefully we'll get rid of the exports themselves soon anyway.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent ce9e0794
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,10 @@
#include <linux/platform_device.h>
#include <linux/completion.h>

/* Exported by i2c-core for i2c-isa only */
extern void i2c_adapter_dev_release(struct device *dev);
extern struct class i2c_adapter_class;

static u32 isa_func(struct i2c_adapter *adapter);

/* This is the actual algorithm we define */
+0 −4
Original line number Diff line number Diff line
@@ -35,10 +35,6 @@
#include <linux/sched.h>	/* for completion */
#include <linux/mutex.h>

/* --- For i2c-isa ---------------------------------------------------- */

extern void i2c_adapter_dev_release(struct device *dev);
extern struct class i2c_adapter_class;
extern struct bus_type i2c_bus_type;

/* --- General options ------------------------------------------------	*/