diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-05-05 15:42:49 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-05-11 18:06:14 -0400 |
commit | 64a6bd6a570c53f1955eaedf3952dcbe9b62da1d (patch) | |
tree | 654aef191e0eefea96882fa53ed911c6a6a5bb22 /drivers/video/via/hw.h | |
parent | 8bbf50fe9c0fb8d83b993ae6d88a4ce27d81b999 (diff) |
viafb: fold via_io.h into via-core.h
Preparatory move toward the ultimate goal of moving pan-subdevice stuff
into include/linux.
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/hw.h')
-rw-r--r-- | drivers/video/via/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h index a58701f3bf7f..a109de379816 100644 --- a/drivers/video/via/hw.h +++ b/drivers/video/via/hw.h | |||
@@ -24,7 +24,6 @@ | |||
24 | 24 | ||
25 | #include "viamode.h" | 25 | #include "viamode.h" |
26 | #include "global.h" | 26 | #include "global.h" |
27 | #include "via_io.h" | ||
28 | #include "via_modesetting.h" | 27 | #include "via_modesetting.h" |
29 | 28 | ||
30 | #define viafb_read_reg(p, i) via_read_reg(p, i) | 29 | #define viafb_read_reg(p, i) via_read_reg(p, i) |