Skip to content

Commit

Permalink
i2c: Get rid of <linux/i2c-id.h>
Browse files Browse the repository at this point in the history
The last remaining ID in <linux/i2c-id.h> is no longer used anywhere,
so we can finally get rid of it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Mar 20, 2011
1 parent ed065e2 commit 0c31f8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
2 changes: 1 addition & 1 deletion Documentation/video4linux/Zoran
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Card number: 4

Note: No module for the mse3000 is available yet
Note: No module for the vpx3224 is available yet
Note: use encoder=X or decoder=X for non-default i2c chips (see i2c-id.h)
Note: use encoder=X or decoder=X for non-default i2c chips

===========================

Expand Down
37 changes: 0 additions & 37 deletions include/linux/i2c-id.h

This file was deleted.

1 change: 0 additions & 1 deletion include/linux/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <linux/types.h>
#ifdef __KERNEL__
#include <linux/module.h>
#include <linux/i2c-id.h>
#include <linux/mod_devicetable.h>
#include <linux/device.h> /* for struct device */
#include <linux/sched.h> /* for completion */
Expand Down

0 comments on commit 0c31f8e

Please sign in to comment.