diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-05-05 16:24:18 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-05-11 18:07:33 -0400 |
commit | 9221fc6556d6fa14b5c61050dd87e26fc4ad255c (patch) | |
tree | dfc8c3eb9b6126a69ff7ac329b6402397b996c17 /drivers/video/via/via-gpio.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-gpio.c')
-rw-r--r-- | drivers/video/via/via-gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/via-gpio.c b/drivers/video/via/via-gpio.c index 63cb7acc0faf..67d699cbfd2c 100644 --- a/drivers/video/via/via-gpio.c +++ b/drivers/video/via/via-gpio.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <linux/platform_device.h> | 10 | #include <linux/platform_device.h> |
11 | #include "via-core.h" | 11 | #include "via-core.h" |
12 | #include "via-gpio.h" | 12 | #include "via-gpio.h" |
13 | #include "global.h" | ||
14 | 13 | ||
15 | /* | 14 | /* |
16 | * The ports we know about. Note that the port-25 gpios are not | 15 | * The ports we know about. Note that the port-25 gpios are not |