diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-05-05 14:24:18 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-05-11 16:07:33 -0600 |
commit | 9221fc6556d6fa14b5c61050dd87e26fc4ad255c (patch) | |
tree | dfc8c3eb9b6126a69ff7ac329b6402397b996c17 /drivers/video/via/via_i2c.c | |
parent | 4a28ea9cedaa673b8a1a7f84628d784d020f3b47 (diff) |
viafb: Eliminate some global.h references
The various subdev drivers (other than the framebuffer itself) no longer
need this file.
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, 3 insertions, 1 deletions
diff --git a/drivers/video/via/via_i2c.c b/drivers/video/via/via_i2c.c index 84ec2d6e98c..2291765f2f8 100644 --- a/drivers/video/via/via_i2c.c +++ b/drivers/video/via/via_i2c.c @@ -20,9 +20,11 @@ */ #include <linux/platform_device.h> +#include <linux/delay.h> +#include <linux/spinlock.h> +#include <linux/module.h> #include "via-core.h" #include "via_i2c.h" -#include "global.h" /* * There can only be one set of these, so there's no point in having |