diff options
Diffstat (limited to 'drivers/video/via/via_i2c.c')
-rw-r--r-- | drivers/video/via/via_i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/via/via_i2c.c b/drivers/video/via/via_i2c.c index 2291765f2f8..da9e4ca94b1 100644 --- a/drivers/video/via/via_i2c.c +++ b/drivers/video/via/via_i2c.c | |||
@@ -23,8 +23,8 @@ | |||
23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
24 | #include <linux/spinlock.h> | 24 | #include <linux/spinlock.h> |
25 | #include <linux/module.h> | 25 | #include <linux/module.h> |
26 | #include "via-core.h" | 26 | #include <linux/via-core.h> |
27 | #include "via_i2c.h" | 27 | #include <linux/via_i2c.h> |
28 | 28 | ||
29 | /* | 29 | /* |
30 | * There can only be one set of these, so there's no point in having | 30 | * There can only be one set of these, so there's no point in having |