ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
authorLen Brown <len.brown@intel.com>
Tue, 28 Jul 2009 20:45:54 +0000 (16:45 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 28 Aug 2009 23:57:27 +0000 (19:57 -0400)
Linux/ACPI core files using internal.h all PREFIX "ACPI: ",
however, not all ACPI drivers use/want it -- and they
should not have to #undef PREFIX to define their own.

Add GPL commment to internal.h while we are there.

This does not change any actual console output,
asside from a whitespace fix.

Signed-off-by: Len Brown <len.brown@intel.com>

No differences found