diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-10-24 12:16:58 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-24 12:16:58 -0400 |
commit | a8d7be818fbe0f8a4e7dc251712958ca369f9d45 (patch) | |
tree | bc75d349e17806f35a000af0ce8cb2d56c8df516 /drivers/video/aty | |
parent | 97cc4d49cfcda1c2dad89c00b62a25b628ce2115 (diff) |
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
These drivers don't use anything which is defined in <linux/i2c-id.h>.
This header file was never meant to be included directly anyway, and
will be deleted soon.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Dave Airlie <airlied@linux.ie>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'drivers/video/aty')
-rw-r--r-- | drivers/video/aty/radeon_i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/aty/radeon_i2c.c b/drivers/video/aty/radeon_i2c.c index 359fc64e761a..78d1f4cd1fe0 100644 --- a/drivers/video/aty/radeon_i2c.c +++ b/drivers/video/aty/radeon_i2c.c | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | 8 | ||
9 | #include <linux/i2c.h> | 9 | #include <linux/i2c.h> |
10 | #include <linux/i2c-id.h> | ||
11 | #include <linux/i2c-algo-bit.h> | 10 | #include <linux/i2c-algo-bit.h> |
12 | 11 | ||
13 | #include <asm/io.h> | 12 | #include <asm/io.h> |