Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53254
b: refs/heads/master
c: a97f1ed
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 1, 2007
1 parent 2626ca9 commit 72a188d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce9e0794c23fb1d0222cb10009a198b427dcf6ad
refs/heads/master: a97f1ed090fc01a5876a7caf2cbdf93470436201
4 changes: 4 additions & 0 deletions trunk/drivers/i2c/busses/i2c-isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/linux/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------------------------------------ */
Expand Down

0 comments on commit 72a188d

Please sign in to comment.