Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3 -2
-1
drivers/video/via/via-gpio.c
··· 10 10 #include <linux/platform_device.h> 11 11 #include "via-core.h" 12 12 #include "via-gpio.h" 13 - #include "global.h" 14 13 15 14 /* 16 15 * The ports we know about. Note that the port-25 gpios are not
+3 -1
drivers/video/via/via_i2c.c
··· 20 20 */ 21 21 22 22 #include <linux/platform_device.h> 23 + #include <linux/delay.h> 24 + #include <linux/spinlock.h> 25 + #include <linux/module.h> 23 26 #include "via-core.h" 24 27 #include "via_i2c.h" 25 - #include "global.h" 26 28 27 29 /* 28 30 * There can only be one set of these, so there's no point in having