Skip to content

Commit

Permalink
viafb: Eliminate some global.h references
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Corbet committed May 11, 2010
1 parent 4a28ea9 commit 9221fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/video/via/via-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <linux/platform_device.h>
#include "via-core.h"
#include "via-gpio.h"
#include "global.h"

/*
* The ports we know about. Note that the port-25 gpios are not
Expand Down
4 changes: 3 additions & 1 deletion drivers/video/via/via_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9221fc6

Please sign in to comment.