commit | 44342f9e8dfbe8c0fadf940bf6b5c2eaaffe6850 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Fri Nov 07 16:57:50 2008 -0700 |
committer | Len Brown <len.brown@intel.com> | Fri Nov 07 21:44:49 2008 -0500 |
tree | ff8152f1a1229272fe6faff0b59b1080d5c2743f | |
parent | 89595b8f2850a080d290bf778ec933ea1d99f78e [diff] |
ACPI: fix conflicting component definitions Some of the component definitions that were previous scattered around the drivers conflict with each other. That doesn't hurt anything except that setting one bit in the debug_layer mask would turn on debugging in two different modules. This patch fixes the conflicts. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>