lib: rename intel_pci.c to intel_chipset.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 13:45:50 +0000 (14:45 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 13:47:21 +0000 (14:47 +0100)
commit94e1b6af99b3548014686a0943bb286e3c81a889
tree499671f055edf0041b72ca8c663b3e870745330e
parent52edf3a17714e1ba2a9060401ec0f63614bc632b
lib: rename intel_pci.c to intel_chipset.c

This is to consolidate all the chipset related functions to
intel_chipset.[hc].

Unfortunately we need to rename a wrapper lib file in quick_dump, too.
And quick_dump makes automake a bit unhappy apparently.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/Makefile.sources
lib/intel_chipset.c [moved from lib/intel_pci.c with 100% similarity]
tools/quick_dump/Makefile.am
tools/quick_dump/chipset_macro_wrap.c [moved from tools/quick_dump/intel_chipset.c with 100% similarity]