diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-08-12 00:22:54 +0200 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-09-24 04:14:58 +0200 |
commit | cd7e9103e983ff0f518ac0e85cee265027ccbfa4 (patch) | |
tree | 3a87b00683aee3adc2c4670b0cb85a15b5d7dbb0 /drivers/video/via/hw.h | |
parent | viafb: use new device routing (diff) | |
download | linux-cd7e9103e983ff0f518ac0e85cee265027ccbfa4.tar.xz linux-cd7e9103e983ff0f518ac0e85cee265027ccbfa4.zip |
viafb: merge the remaining output path with enable functions
This patch merges the remaining functionality of the output path
function in the associated enabling functions. This is very natural as
most of the remaining code does actually enable the device.
Just some more or less intelligent code merge. If no stupid mistakes
occured there should be no regressions.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Joseph Chan <JosephChan@via.com.tw>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r-- | drivers/video/via/hw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h index c52a1d5f092d..45dee39a8b23 100644 --- a/drivers/video/via/hw.h +++ b/drivers/video/via/hw.h @@ -890,9 +890,6 @@ extern int viafb_LCD_ON; extern int viafb_DVI_ON; extern int viafb_hotplug; -void viafb_set_output_path(int device, int set_iga, - int output_interface); - void viafb_fill_crtc_timing(struct crt_mode_table *crt_table, struct VideoModeTable *video_mode, int bpp_byte, int set_iga); |