Hi,

This series deletes vb_ext.c and vb_ext.h files. There is only one
function needed, and it can be moved elsewhere.

The patches are based and tested on top of the current staging-next
(1ea6b8f48918282bdca0b32a34095504ee65bab5).

Testing:
        - compile-tested with GCC 4.6.1 + sparse, no warnings.
        - tested with Z9 (XG21) on ARM, with external VGA display:
                - framebuffer console works OK

Aaro Koskinen (4):
  staging: xgifb: delete XGI_GetSenseStatus()
  staging: xgifb: rename XGINew_GetLCDDDCInfo() to XGINew_SenseLCD()
  staging: xgifb: move XGINew_SenseLCD() to vb_init.c
  staging: xgifb: delete vb_ext.{c,h}

 drivers/staging/xgifb/Makefile  |    2 +-
 drivers/staging/xgifb/vb_ext.c  |  444 ---------------------------------------
 drivers/staging/xgifb/vb_ext.h  |    9 -
 drivers/staging/xgifb/vb_init.c |   45 ++++-
 4 files changed, 45 insertions(+), 455 deletions(-)
 delete mode 100644 drivers/staging/xgifb/vb_ext.c
 delete mode 100644 drivers/staging/xgifb/vb_ext.h

-- 
1.7.2.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to