Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7174
b: refs/heads/master
c: 96478ef
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Sep 5, 2005
1 parent 9dd4c1f commit 00ed31d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 134 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: 2ed2dc3c116d26fc6a9384e83d136b15cc203b6c
refs/heads/master: 96478ef3f3f71fa929cc905cc794993e312d9a5d
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
obj-$(CONFIG_I2C_SENSOR) += i2c-sensor.o
obj-y += busses/ chips/ algos/

i2c-sensor-objs := i2c-sensor-detect.o i2c-sensor-vid.o
i2c-sensor-objs := i2c-sensor-vid.o


ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
Expand Down
125 changes: 0 additions & 125 deletions trunk/drivers/i2c/i2c-sensor-detect.c

This file was deleted.

5 changes: 5 additions & 0 deletions trunk/drivers/i2c/i2c-sensor-vid.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@ int i2c_which_vrm(void)
#endif

EXPORT_SYMBOL(i2c_which_vrm);

MODULE_AUTHOR("Rudolf Marek <r.marek@sh.cvut.cz>");

MODULE_DESCRIPTION("i2c-sensor driver");
MODULE_LICENSE("GPL");
7 changes: 0 additions & 7 deletions trunk/include/linux/i2c-sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,4 @@
NULL }; \
SENSORS_INSMOD

/* Detect function. It iterates over all possible addresses itself. For
SMBus addresses, it will only call found_proc if some client is connected
to the SMBus (unless a 'force' matched). */
extern int i2c_detect(struct i2c_adapter *adapter,
struct i2c_client_address_data *address_data,
int (*found_proc) (struct i2c_adapter *, int, int));

#endif /* def _LINUX_I2C_SENSOR_H */

0 comments on commit 00ed31d

Please sign in to comment.