diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-05-05 13:42:49 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-05-11 16:06:14 -0600 |
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 a58701f3bf7..a109de37981 100644 --- a/drivers/video/via/hw.h +++ b/drivers/video/via/hw.h @@ -24,7 +24,6 @@ #include "viamode.h" #include "global.h" -#include "via_io.h" #include "via_modesetting.h" #define viafb_read_reg(p, i) via_read_reg(p, i) |