[PATCH v3 02/11] fbcon: move bit_putcs() into separate source file

2012-07-15 Thread David Herrmann
If we want to use font-draw-operations in other modules than fbcon, we need to split this function off of fbcon headers and sources. This also makes bit_putcs() totally independent of vc_* and fbcon_* structures. As scr_read() cannot be called inside of non-fbcon/vt functions, we need to assemble

[PATCH v3 02/11] fbcon: move bit_putcs() into separate source file

2012-07-15 Thread David Herrmann
If we want to use font-draw-operations in other modules than fbcon, we need to split this function off of fbcon headers and sources. This also makes bit_putcs() totally independent of vc_* and fbcon_* structures. As scr_read() cannot be called inside of non-fbcon/vt functions, we need to assemble