diff options
author | Konrad Rzeszutek Wilk | 2011-07-20 01:40:51 +0200 |
---|---|---|
committer | Konrad Rzeszutek Wilk | 2011-07-20 02:58:35 +0200 |
commit | a92336a1176b2119eaa990a1e8bf3109665fdbc6 (patch) | |
tree | af8ac49b47136acddb5320b9a62be2361bfaf99c /drivers/w1/Makefile | |
parent | xen/pciback: Print out the MSI/MSI-X (PIRQ) values (diff) | |
download | kernel-qcow2-linux-a92336a1176b2119eaa990a1e8bf3109665fdbc6.tar.gz kernel-qcow2-linux-a92336a1176b2119eaa990a1e8bf3109665fdbc6.tar.xz kernel-qcow2-linux-a92336a1176b2119eaa990a1e8bf3109665fdbc6.zip |
xen/pciback: Drop two backends, squash and cleanup some code.
- Remove the slot and controller controller backend as they
are not used.
- Document the find pciback_[read|write]_config_[byte|word|dword]
to make it easier to find.
- Collapse the code from conf_space_capability_msi into pciback_ops.c
- Collapse conf_space_capability_[pm|vpd].c in conf_space_capability.c
[and remove the conf_space_capability.h file]
- Rename all visible functions from pciback to xen_pcibk.
- Rename all the printk/pr_info, etc that use the "pciback" to say
"xen-pciback".
- Convert functions that are not referenced outside the code to be
static to save on name space.
- Do the same thing for structures that are internal to the driver.
- Run checkpatch.pl after the renames and fixup its warnings and
fix any compile errors caused by the variable rename
- Cleanup any structs that checkpath.pl commented about or just
look odd.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/w1/Makefile')
0 files changed, 0 insertions, 0 deletions