ACPI: fix conflicting component definitions
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Fri, 7 Nov 2008 23:57:50 +0000 (16:57 -0700)
committerLen Brown <len.brown@intel.com>
Sat, 8 Nov 2008 02:44:49 +0000 (21:44 -0500)
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>

No differences found