diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-05-05 14:44:55 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-05-11 16:07:59 -0600 |
commit | ec66841e495b9ab4f92bdf91efe8cf56e1471fbd (patch) | |
tree | aee3762a85c20c87858bdcc5e3d2143dcec47058 /drivers/video/via/via_i2c.c | |
parent | 9221fc6556d6fa14b5c61050dd87e26fc4ad255c (diff) |
viafb: move some include files to include/linux
These are the files which should be available to subdevices compiled
outside of drivers/video/via.
Cc: ScottFang@viatech.com.cn
Cc: JosephChan@via.com.tw
Cc: Harald Welte <laforge@gnumonks.org>
Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 @@ #include <linux/delay.h> #include <linux/spinlock.h> #include <linux/module.h> -#include "via-core.h" -#include "via_i2c.h" +#include <linux/via-core.h> +#include <linux/via_i2c.h> /* * There can only be one set of these, so there's no point in having |