[PATCH 0/6] fbdevhw cleanup and pciaccess free

Tiago Vignatti tiago.vignatti at nokia.com
Mon May 31 06:16:50 PDT 2010


Hi,

Here's some trivial cleanup of the fbdevhw module. Just like my last patch
series I sent to the list, this one also removes PCI related symbols from a
given module - fbdevhw in this case - and puts in a meaningful place [0]. 

Thank you

            Tiago

[0] I'm wondering if it doesn't make sense for someone to free modules from
PCI code? For me it's pretty clear but I'll explain the machiavellian plan
anyway in the next series that I'll send today.


Tiago Vignatti (6):
  xfree86: fbdevhw: remove unused cmap fields from main structure
  xfree86: fbdevhw: remove superfluous debug code
  xfree86: fbdevhw: remove superfluous pci pointer from probe function
  xfree86: fbdevhw: simplify fbdev_open_pci function
  xfree86: fbdevhw: remove secondary way to find fb PCI device
  xfree86: fbdevhw: remove all pci symbols from the module

 hw/xfree86/fbdevhw/fbdevhw.c     |  129 +++-----------------------------------
 hw/xfree86/fbdevhw/fbdevhw.h     |    4 +-
 hw/xfree86/fbdevhw/fbdevhwstub.c |    2 +-
 hw/xfree86/os-support/bus/Pci.c  |   22 +++++++
 hw/xfree86/os-support/bus/Pci.h  |    2 +
 5 files changed, 35 insertions(+), 124 deletions(-)



More information about the xorg-devel mailing list